#CBC2CA

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

Shades of Thistle #CBC2CA

Tints of Thistle #CBC2CA

Color information

#CBC2CA (or 0xCBC2CA) is unknown color: approx Thistle. HEX triplet: CB, C2 and CA. RGB value is (203,194,202). Sum of RGB (Red+Green+Blue) = 203+194+202=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2CA is #343D35. Grayscale: #C5C5C5. Windows color (decimal): -3423542 or 13288139. OLE color: 13288139.

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

Color convert

RGB203194202-
CMYK00.040.000.20
HSL306.67º7.96%77.84%-
HSV(B)306.67º4.43%79.61%-
XYZ54.5855.5463.72-
YUV197.6130.48131.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 194 (76.17% from 255) = 32.39%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=33.89%
G=32.39%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319420200.040.000.20306.677.9677.84
HexCBC2CA0401413384e
Octal3133023120402446310116
Binary110010111100001011001010010001010010011001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2CA; }

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

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

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

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

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

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

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

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