#CCCBC3

Color #CCCBC3 Quill Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quill Grey #CCCBC3

Tints of Quill Grey #CCCBC3

Color information

#CCCBC3 (or 0xCCCBC3) is unknown color: approx Quill Grey. HEX triplet: CC, CB and C3. RGB value is (204,203,195). Sum of RGB (Red+Green+Blue) = 204+203+195=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBC3 is #33343C. Grayscale: #CACACA. Windows color (decimal): -3355709 or 12831692. OLE color: 12831692.

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

Color convert

RGB204203195-
CMYK00.000.040.2
HSL53.33º8.11%78.24%-
HSV(B)53.33º4.41%80%-
XYZ56.1159.4960.16-
YUV202.39123.83129.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 195 (76.56% from 255) = 32.39%
R=33.89%
G=33.72%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420319500.000.040.253.338.1178.24
HexCCCBC3004143584e
Octal314313303004246510116
Binary110011001100101111000011001001010011010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBC3; }

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

 H1.HeaderClassName
 {
   color: #CCCBC3;
 }
 .AnyTagClassName
 {
   color: #CCCBC3;
 }
</style>
background-color css

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

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

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

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

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

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