Html Css Color HEX #CFCCBE Quill Grey

📋 copy color: '#CFCCBE'

red 207 ◦ green 204 ◦ blue 190

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

Shades of Quill Grey #CFCCBE

Tints of Quill Grey #CFCCBE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.94%

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

R = 34.44%
G = 33.94%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CFCCBE (or 0xCFCCBE) is known color: Quill Grey. HEX triplet: CF, CC and BE. RGB value is (207,204,190). Sum of RGB (Red+Green+Blue) = 207+204+190=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCBE is #303341. Grayscale: #CBCBCB. Windows color (decimal): -3158850 or 12504271. OLE color: 12504271.

HSL color Cylindrical-coordinate representation of color #CFCCBE: hue angle of 49.41º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFCCBE is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 204 190 -
CMYK 0 0.01 0.08 0.19
HSL 49.41º 0.15% 0.78% -
HSV(B) 49.41º 0.08% 0.81% -
XYZ 56.62 60.17 57.34 -
YUV 203.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 207 204 190 0 0.01 0.08 0.19 49.41 0.15 0.78
Hex CF CC BE 0 1 8 13 31 F 4E
Octal 317 314 276 0 1 10 23 61 17 116
Binary 11001111 11001100 10111110 0 1 1000 10011 110001 1111 1001110

Color Harmonies of #CFCCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCCBE

Black with #CFCCBE

Text Example


Text Example

White with #CFCCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCCBE; }

 p { color: rgb(207,204,190); }

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

background-color css

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

 a { background-color: rgb(207,204,190); }

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

border-color css

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

 span { border-color: rgb(207,204,190); }

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