#CBC4CB

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

Shades of Thistle #CBC4CB

Tints of Thistle #CBC4CB

Color information

#CBC4CB (or 0xCBC4CB) is unknown color: approx Thistle. HEX triplet: CB, C4 and CB. RGB value is (203,196,203). Sum of RGB (Red+Green+Blue) = 203+196+203=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4CB is #343B34. Grayscale: #C6C6C6. Windows color (decimal): -3423029 or 13354187. OLE color: 13354187.

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

Color convert

RGB203196203-
CMYK00.0300.20
HSL300º6.31%78.24%-
HSV(B)300º3.45%79.61%-
XYZ55.1556.4964.5-
YUV198.89130.32130.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 196 (76.95% from 255) = 32.56%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=33.72%
G=32.56%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319620300.0300.203006.3178.24
HexCBC4CB0301412c64e
Octal313304313030244546116
Binary1100101111000100110010110110101001001011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4CB; }

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

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

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

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

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

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

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

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