Html Css Color HEX #CCCBC8 Quill Grey

📋 copy color: '#CCCBC8'

red 204 ◦ green 203 ◦ blue 200

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

Shades of Quill Grey #CCCBC8

Tints of Quill Grey #CCCBC8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.44%

 BLUE value IS 200 (78.52% from 255) = 32.95%

R = 33.61%
G = 33.44%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CCCBC8 (or 0xCCCBC8) is known color: Quill Grey. HEX triplet: CC, CB and C8. RGB value is (204,203,200). Sum of RGB (Red+Green+Blue) = 204+203+200=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBC8 is #333437. Grayscale: #CACACA. Windows color (decimal): -3355704 or 13159372. OLE color: 13159372.

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

Color convert

RGB 204 203 200 -
CMYK 0 0.00 0.02 0.2
HSL 45º 0.04% 0.79% -
HSV(B) 45º 0.02% 0.8% -
XYZ 56.68 59.72 63.18 -
YUV 202.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 204 203 200 0 0.00 0.02 0.2 45 0.04 0.79
Hex CC CB C8 0 0 2 14 2D 4 4F
Octal 314 313 310 0 0 2 24 55 4 117
Binary 11001100 11001011 11001000 0 0 10 10100 101101 100 1001111

Color Harmonies of #CCCBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBC8

Black with #CCCBC8

Text Example


Text Example

White with #CCCBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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