#CBCAC4

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

Shades of Quill Grey #CBCAC4

Tints of Quill Grey #CBCAC4

Color information

#CBCAC4 (or 0xCBCAC4) is unknown color: approx Quill Grey. HEX triplet: CB, CA and C4. RGB value is (203,202,196). Sum of RGB (Red+Green+Blue) = 203+202+196=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAC4 is #34353B. Grayscale: #C9C9C9. Windows color (decimal): -3421500 or 12896971. OLE color: 12896971.

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

Color convert

RGB203202196-
CMYK00.000.030.20
HSL51.43º6.31%78.24%-
HSV(B)51.43º3.45%79.61%-
XYZ55.7158.9260.66-
YUV201.61124.83128.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 196 (76.95% from 255) = 32.61%
R=33.78%
G=33.61%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320219600.000.030.2051.436.3178.24
HexCBCAC4003143364e
Octal31331230400324636116
Binary1100101111001010110001000011101001100111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAC4; }

 p { color: rgb(203,202,196); }

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

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

 a { background-color: rgb(203,202,196); }

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

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

 span { border-color: rgb(203,202,196); }

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