#CBC4CA

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

Shades of Thistle #CBC4CA

Tints of Thistle #CBC4CA

Color information

#CBC4CA (or 0xCBC4CA) is unknown color: approx Thistle. HEX triplet: CB, C4 and CA. RGB value is (203,196,202). Sum of RGB (Red+Green+Blue) = 203+196+202=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4CA is #343B35. Grayscale: #C6C6C6. Windows color (decimal): -3423030 or 13288651. OLE color: 13288651.

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

Color convert

RGB203196202-
CMYK00.030.000.20
HSL308.57º6.31%78.24%-
HSV(B)308.57º3.45%79.61%-
XYZ55.0356.4463.87-
YUV198.78129.82131.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319620200.030.000.20308.576.3178.24
HexCBC4CA0301413564e
Octal313304312030244656116
Binary1100101111000100110010100110101001001101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4CA; }

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

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

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

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

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

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

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

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