Html Css Color HEX #CFCABA Quill Grey

📋 copy color: '#CFCABA'

red 207 ◦ green 202 ◦ blue 186

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

Shades of Quill Grey #CFCABA

Tints of Quill Grey #CFCABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.26%

R = 34.79%
G = 33.95%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFCABA (or 0xCFCABA) is known color: Quill Grey. HEX triplet: CF, CA and BA. RGB value is (207,202,186). Sum of RGB (Red+Green+Blue) = 207+202+186=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCABA is #303545. Grayscale: #C9C9C9. Windows color (decimal): -3159366 or 12241615. OLE color: 12241615.

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

Color convert

RGB 207 202 186 -
CMYK 0 0.02 0.10 0.19
HSL 45.71º 0.18% 0.77% -
HSV(B) 45.71º 0.1% 0.81% -
XYZ 55.72 59.05 54.92 -
YUV 201.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 207 202 186 0 0.02 0.10 0.19 45.71 0.18 0.77
Hex CF CA BA 0 2 A 13 2E 12 4D
Octal 317 312 272 0 2 12 23 56 22 115
Binary 11001111 11001010 10111010 0 10 1010 10011 101110 10010 1001101

Color Harmonies of #CFCABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCABA

Black with #CFCABA

Text Example


Text Example

White with #CFCABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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