Html Css Color HEX #CCCBC2 Quill Grey

📋 copy color: '#CCCBC2'

red 204 ◦ green 203 ◦ blue 194

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

Shades of Quill Grey #CCCBC2

Tints of Quill Grey #CCCBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.28%

R = 33.94%
G = 33.78%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CCCBC2 (or 0xCCCBC2) is known color: Quill Grey. HEX triplet: CC, CB and C2. RGB value is (204,203,194). Sum of RGB (Red+Green+Blue) = 204+203+194=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBC2 is #33343D. Grayscale: #CACACA. Windows color (decimal): -3355710 or 12766156. OLE color: 12766156.

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

Color convert

RGB 204 203 194 -
CMYK 0 0.00 0.05 0.2
HSL 54º 0.09% 0.78% -
HSV(B) 54º 0.05% 0.8% -
XYZ 56 59.44 59.56 -
YUV 202.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 204 203 194 0 0.00 0.05 0.2 54 0.09 0.78
Hex CC CB C2 0 0 5 14 36 9 4E
Octal 314 313 302 0 0 5 24 66 11 116
Binary 11001100 11001011 11000010 0 0 101 10100 110110 1001 1001110

Color Harmonies of #CCCBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBC2

Black with #CCCBC2

Text Example


Text Example

White with #CCCBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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