Html Css Color HEX #CFCCC3 Quill Grey

📋 copy color: '#CFCCC3'

red 207 ◦ green 204 ◦ blue 195

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

Shades of Quill Grey #CFCCC3

Tints of Quill Grey #CFCCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.18%

R = 34.16%
G = 33.66%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CFCCC3 (or 0xCFCCC3) is known color: Quill Grey. HEX triplet: CF, CC and C3. RGB value is (207,204,195). Sum of RGB (Red+Green+Blue) = 207+204+195=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCC3 is #30333C. Grayscale: #CBCBCB. Windows color (decimal): -3158845 or 12831951. OLE color: 12831951.

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

Color convert

RGB 207 204 195 -
CMYK 0 0.01 0.06 0.19
HSL 45º 0.11% 0.79% -
HSV(B) 45º 0.06% 0.81% -
XYZ 57.18 60.39 60.27 -
YUV 203.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 207 204 195 0 0.01 0.06 0.19 45 0.11 0.79
Hex CF CC C3 0 1 6 13 2D B 4F
Octal 317 314 303 0 1 6 23 55 13 117
Binary 11001111 11001100 11000011 0 1 110 10011 101101 1011 1001111

Color Harmonies of #CFCCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCCC3

Black with #CFCCC3

Text Example


Text Example

White with #CFCCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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