Html Css Color HEX #CFCABC Quill Grey

📋 copy color: '#CFCABC'

red 207 ◦ green 202 ◦ blue 188

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

Shades of Quill Grey #CFCABC

Tints of Quill Grey #CFCABC

RGB

 RED value IS 207 (81.25% from 255) = 34.67%

 GREEN value IS 202 (79.3% from 255) = 33.84%

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

R = 34.67%
G = 33.84%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CFCABC (or 0xCFCABC) is known color: Quill Grey. HEX triplet: CF, CA and BC. RGB value is (207,202,188). Sum of RGB (Red+Green+Blue) = 207+202+188=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCABC is #303543. Grayscale: #C9C9C9. Windows color (decimal): -3159364 or 12372687. OLE color: 12372687.

HSL color Cylindrical-coordinate representation of color #CFCABC: hue angle of 44.21º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCABC is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 202 188 -
CMYK 0 0.02 0.09 0.19
HSL 44.21º 0.17% 0.77% -
HSV(B) 44.21º 0.09% 0.81% -
XYZ 55.93 59.14 56.04 -
YUV 201.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 207 202 188 0 0.02 0.09 0.19 44.21 0.17 0.77
Hex CF CA BC 0 2 9 13 2C 11 4D
Octal 317 312 274 0 2 11 23 54 21 115
Binary 11001111 11001010 10111100 0 10 1001 10011 101100 10001 1001101

Color Harmonies of #CFCABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCABC

Black with #CFCABC

Text Example


Text Example

White with #CFCABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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