Html Css Color HEX #CAC9C6 Quill Grey

📋 copy color: '#CAC9C6'

red 202 ◦ green 201 ◦ blue 198

#CAC9C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quill Grey #CAC9C6

Tints of Quill Grey #CAC9C6

RGB

 RED value IS 202 (79.3% from 255) = 33.61%

 GREEN value IS 201 (78.91% from 255) = 33.44%

 BLUE value IS 198 (77.73% from 255) = 32.95%

R = 33.61%
G = 33.44%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.02

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAC9C6 (or 0xCAC9C6) is known color: Quill Grey. HEX triplet: CA, C9 and C6. RGB value is (202,201,198). Sum of RGB (Red+Green+Blue) = 202+201+198=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9C6 is #353639. Grayscale: #C8C8C8. Windows color (decimal): -3487290 or 13027786. OLE color: 13027786.

HSL color Cylindrical-coordinate representation of color #CAC9C6: hue angle of 45º degrees, saturation: 0.04, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CAC9C6 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 201 198 -
CMYK 0 0.00 0.02 0.21
HSL 45º 0.04% 0.78% -
HSV(B) 45º 0.02% 0.79% -
XYZ 55.44 58.41 61.78 -
YUV 200.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 202 201 198 0 0.00 0.02 0.21 45 0.04 0.78
Hex CA C9 C6 0 0 2 15 2D 4 4E
Octal 312 311 306 0 0 2 25 55 4 116
Binary 11001010 11001001 11000110 0 0 10 10101 101101 100 1001110

Color Harmonies of #CAC9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC9C6

Black with #CAC9C6

Text Example


Text Example

White with #CAC9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC9C6; }

 p { color: rgb(202,201,198); }

 H1.HeaderClassName
 {
   color: #CAC9C6;
 }
 .AnyTagClassName
 {
   color: #CAC9C6;
 }
</style>

background-color css

<style>
 a { background-color: #CAC9C6; }

 a { background-color: rgb(202,201,198); }

 div.DivClassName
 {
   background-color: #CAC9C6;
 }
 .BgClassName
 {
   background-color: #CAC9C6;
 }
</style>

border-color css

<style>
 span { border-color: #CAC9C6; }

 span { border-color: rgb(202,201,198); }

 td.TdClassName
 {
   border-color: #CAC9C6;
 }
 .TagClassName
 {
   border-color: #CAC9C6;
 }
</style>