#CBCAC1

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

Shades of Quill Grey #CBCAC1

Tints of Quill Grey #CBCAC1

Color information

#CBCAC1 (or 0xCBCAC1) is unknown color: approx Quill Grey. HEX triplet: CB, CA and C1. RGB value is (203,202,193). Sum of RGB (Red+Green+Blue) = 203+202+193=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAC1 is #34353E. Grayscale: #C9C9C9. Windows color (decimal): -3421503 or 12700363. OLE color: 12700363.

HSL color Cylindrical-coordinate representation of color #CBCAC1: 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 #CBCAC1 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203202193-
CMYK00.000.050.20
HSL54º8.77%77.65%-
HSV(B)54º4.93%79.61%-
XYZ55.3758.7958.88-
YUV201.27123.33129.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 193 (75.78% from 255) = 32.27%
R=33.95%
G=33.78%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320219300.000.050.20548.7777.65
HexCBCAC1005143694e
Octal313312301005246611116
Binary110010111100101011000001001011010011011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAC1; }

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

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

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

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

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

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

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

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