Html Css Color HEX #CAC6BD Quill Grey

📋 copy color: '#CAC6BD'

red 202 ◦ green 198 ◦ blue 189

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

Shades of Quill Grey #CAC6BD

Tints of Quill Grey #CAC6BD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.62%

 BLUE value IS 189 (74.22% from 255) = 32.09%

R = 34.3%
G = 33.62%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CAC6BD (or 0xCAC6BD) is known color: Quill Grey. HEX triplet: CA, C6 and BD. RGB value is (202,198,189). Sum of RGB (Red+Green+Blue) = 202+198+189=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6BD is #353942. Grayscale: #C6C6C6. Windows color (decimal): -3488067 or 12437194. OLE color: 12437194.

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

Color convert

RGB 202 198 189 -
CMYK 0 0.02 0.06 0.21
HSL 41.54º 0.11% 0.77% -
HSV(B) 41.54º 0.06% 0.79% -
XYZ 53.74 56.62 56.24 -
YUV 198.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 202 198 189 0 0.02 0.06 0.21 41.54 0.11 0.77
Hex CA C6 BD 0 2 6 15 2A B 4D
Octal 312 306 275 0 2 6 25 52 13 115
Binary 11001010 11000110 10111101 0 10 110 10101 101010 1011 1001101

Color Harmonies of #CAC6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC6BD

Black with #CAC6BD

Text Example


Text Example

White with #CAC6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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