Html Css Color HEX #CFCABB Quill Grey

📋 copy color: '#CFCABB'

red 207 ◦ green 202 ◦ blue 187

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

Shades of Quill Grey #CFCABB

Tints of Quill Grey #CFCABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.38%

R = 34.73%
G = 33.89%
B = 31.38%

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

#CFCABB (or 0xCFCABB) is known color: Quill Grey. HEX triplet: CF, CA and BB. RGB value is (207,202,187). Sum of RGB (Red+Green+Blue) = 207+202+187=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCABB is #303544. Grayscale: #C9C9C9. Windows color (decimal): -3159365 or 12307151. OLE color: 12307151.

HSL color Cylindrical-coordinate representation of color #CFCABB: hue angle of 45º degrees, saturation: 0.17, 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 #CFCABB is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 202 187 -
CMYK 0 0.02 0.10 0.19
HSL 45º 0.17% 0.77% -
HSV(B) 45º 0.1% 0.81% -
XYZ 55.82 59.09 55.48 -
YUV 201.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 207 202 187 0 0.02 0.10 0.19 45 0.17 0.77
Hex CF CA BB 0 2 A 13 2D 11 4D
Octal 317 312 273 0 2 12 23 55 21 115
Binary 11001111 11001010 10111011 0 10 1010 10011 101101 10001 1001101

Color Harmonies of #CFCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCABB

Black with #CFCABB

Text Example


Text Example

White with #CFCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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