Html Css Color HEX #CAC6BB Quill Grey

📋 copy color: '#CAC6BB'

red 202 ◦ green 198 ◦ blue 187

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

Shades of Quill Grey #CAC6BB

Tints of Quill Grey #CAC6BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.86%

R = 34.41%
G = 33.73%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CAC6BB (or 0xCAC6BB) is known color: Quill Grey. HEX triplet: CA, C6 and BB. RGB value is (202,198,187). Sum of RGB (Red+Green+Blue) = 202+198+187=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6BB is #353944. Grayscale: #C5C5C5. Windows color (decimal): -3488069 or 12306122. OLE color: 12306122.

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

Color convert

RGB 202 198 187 -
CMYK 0 0.02 0.07 0.21
HSL 44º 0.12% 0.76% -
HSV(B) 44º 0.07% 0.79% -
XYZ 53.52 56.53 55.1 -
YUV 197.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 202 198 187 0 0.02 0.07 0.21 44 0.12 0.76
Hex CA C6 BB 0 2 7 15 2C C 4C
Octal 312 306 273 0 2 7 25 54 14 114
Binary 11001010 11000110 10111011 0 10 111 10101 101100 1100 1001100

Color Harmonies of #CAC6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC6BB

Black with #CAC6BB

Text Example


Text Example

White with #CAC6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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