Html Css Color HEX #CCC8BE Quill Grey

📋 copy color: '#CCC8BE'

red 204 ◦ green 200 ◦ blue 190

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

Shades of Quill Grey #CCC8BE

Tints of Quill Grey #CCC8BE

RGB

 RED value IS 204 (80.08% from 255) = 34.34%

 GREEN value IS 200 (78.52% from 255) = 33.67%

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

R = 34.34%
G = 33.67%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCC8BE (or 0xCCC8BE) is known color: Quill Grey. HEX triplet: CC, C8 and BE. RGB value is (204,200,190). Sum of RGB (Red+Green+Blue) = 204+200+190=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8BE is #333741. Grayscale: #C8C8C8. Windows color (decimal): -3356482 or 12503244. OLE color: 12503244.

HSL color Cylindrical-coordinate representation of color #CCC8BE: hue angle of 42.86º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCC8BE is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 190 -
CMYK 0 0.02 0.07 0.2
HSL 42.86º 0.12% 0.77% -
HSV(B) 42.86º 0.07% 0.8% -
XYZ 54.85 57.86 56.99 -
YUV 200.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 204 200 190 0 0.02 0.07 0.2 42.86 0.12 0.77
Hex CC C8 BE 0 2 7 14 2B C 4D
Octal 314 310 276 0 2 7 24 53 14 115
Binary 11001100 11001000 10111110 0 10 111 10100 101011 1100 1001101

Color Harmonies of #CCC8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8BE

Black with #CCC8BE

Text Example


Text Example

White with #CCC8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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