Html Css Color HEX #CAC7BE Quill Grey

📋 copy color: '#CAC7BE'

red 202 ◦ green 199 ◦ blue 190

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

Shades of Quill Grey #CAC7BE

Tints of Quill Grey #CAC7BE

RGB

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

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

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

R = 34.18%
G = 33.67%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CAC7BE (or 0xCAC7BE) is known color: Quill Grey. HEX triplet: CA, C7 and BE. RGB value is (202,199,190). Sum of RGB (Red+Green+Blue) = 202+199+190=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7BE is #353841. Grayscale: #C6C6C6. Windows color (decimal): -3487810 or 12502986. OLE color: 12502986.

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

Color convert

RGB 202 199 190 -
CMYK 0 0.01 0.06 0.21
HSL 45º 0.1% 0.77% -
HSV(B) 45º 0.06% 0.79% -
XYZ 54.07 57.12 56.89 -
YUV 198.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 202 199 190 0 0.01 0.06 0.21 45 0.1 0.77
Hex CA C7 BE 0 1 6 15 2D A 4D
Octal 312 307 276 0 1 6 25 55 12 115
Binary 11001010 11000111 10111110 0 1 110 10101 101101 1010 1001101

Color Harmonies of #CAC7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC7BE

Black with #CAC7BE

Text Example


Text Example

White with #CAC7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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