Html Css Color HEX #CFCCC0 Quill Grey

📋 copy color: '#CFCCC0'

red 207 ◦ green 204 ◦ blue 192

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

Shades of Quill Grey #CFCCC0

Tints of Quill Grey #CFCCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.84%

R = 34.33%
G = 33.83%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CFCCC0 (or 0xCFCCC0) is known color: Quill Grey. HEX triplet: CF, CC and C0. RGB value is (207,204,192). Sum of RGB (Red+Green+Blue) = 207+204+192=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCC0 is #30333F. Grayscale: #CBCBCB. Windows color (decimal): -3158848 or 12635343. OLE color: 12635343.

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

Color convert

RGB 207 204 192 -
CMYK 0 0.01 0.07 0.19
HSL 48º 0.14% 0.78% -
HSV(B) 48º 0.07% 0.81% -
XYZ 56.84 60.26 58.5 -
YUV 203.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 207 204 192 0 0.01 0.07 0.19 48 0.14 0.78
Hex CF CC C0 0 1 7 13 30 E 4E
Octal 317 314 300 0 1 7 23 60 16 116
Binary 11001111 11001100 11000000 0 1 111 10011 110000 1110 1001110

Color Harmonies of #CFCCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCCC0

Black with #CFCCC0

Text Example


Text Example

White with #CFCCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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