Html Css Color HEX #CAC7BC Quill Grey

📋 copy color: '#CAC7BC'

red 202 ◦ green 199 ◦ blue 188

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

Shades of Quill Grey #CAC7BC

Tints of Quill Grey #CAC7BC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.79%

 BLUE value IS 188 (73.83% from 255) = 31.92%

R = 34.3%
G = 33.79%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CAC7BC (or 0xCAC7BC) is known color: Quill Grey. HEX triplet: CA, C7 and BC. RGB value is (202,199,188). Sum of RGB (Red+Green+Blue) = 202+199+188=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7BC is #353843. Grayscale: #C6C6C6. Windows color (decimal): -3487812 or 12371914. OLE color: 12371914.

HSL color Cylindrical-coordinate representation of color #CAC7BC: hue angle of 47.14º 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 #CAC7BC is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 199 188 -
CMYK 0 0.01 0.07 0.21
HSL 47.14º 0.12% 0.76% -
HSV(B) 47.14º 0.07% 0.79% -
XYZ 53.86 57.03 55.75 -
YUV 198.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 202 199 188 0 0.01 0.07 0.21 47.14 0.12 0.76
Hex CA C7 BC 0 1 7 15 2F C 4C
Octal 312 307 274 0 1 7 25 57 14 114
Binary 11001010 11000111 10111100 0 1 111 10101 101111 1100 1001100

Color Harmonies of #CAC7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC7BC

Black with #CAC7BC

Text Example


Text Example

White with #CAC7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC7BC; }

 p { color: rgb(202,199,188); }

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

background-color css

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

 a { background-color: rgb(202,199,188); }

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

border-color css

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

 span { border-color: rgb(202,199,188); }

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