Html Css Color HEX #CAC6BE Quill Grey

📋 copy color: '#CAC6BE'

red 202 ◦ green 198 ◦ blue 190

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

Shades of Quill Grey #CAC6BE

Tints of Quill Grey #CAC6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.2%

R = 34.24%
G = 33.56%
B = 32.2%

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

#CAC6BE (or 0xCAC6BE) is known color: Quill Grey. HEX triplet: CA, C6 and BE. RGB value is (202,198,190). Sum of RGB (Red+Green+Blue) = 202+198+190=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6BE is #353941. Grayscale: #C6C6C6. Windows color (decimal): -3488066 or 12502730. OLE color: 12502730.

HSL color Cylindrical-coordinate representation of color #CAC6BE: hue angle of 40º degrees, saturation: 0.1, 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 #CAC6BE is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 198 190 -
CMYK 0 0.02 0.06 0.21
HSL 40º 0.1% 0.77% -
HSV(B) 40º 0.06% 0.79% -
XYZ 53.85 56.66 56.81 -
YUV 198.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 202 198 190 0 0.02 0.06 0.21 40 0.1 0.77
Hex CA C6 BE 0 2 6 15 28 A 4D
Octal 312 306 276 0 2 6 25 50 12 115
Binary 11001010 11000110 10111110 0 10 110 10101 101000 1010 1001101

Color Harmonies of #CAC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC6BE

Black with #CAC6BE

Text Example


Text Example

White with #CAC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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