#CBC3CB

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

Shades of Thistle #CBC3CB

Tints of Thistle #CBC3CB

Color information

#CBC3CB (or 0xCBC3CB) is unknown color: approx Thistle. HEX triplet: CB, C3 and CB. RGB value is (203,195,203). Sum of RGB (Red+Green+Blue) = 203+195+203=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3CB is #343C34. Grayscale: #C6C6C6. Windows color (decimal): -3423285 or 13353931. OLE color: 13353931.

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

Color convert

RGB203195203-
CMYK00.0400.20
HSL300º7.14%78.04%-
HSV(B)300º3.94%79.61%-
XYZ54.9256.0464.42-
YUV198.3130.65131.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 195 (76.56% from 255) = 32.45%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=33.78%
G=32.45%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319520300.0400.203007.1478.04
HexCBC3CB0401412c74e
Octal313303313040244547116
Binary11001011110000111100101101000101001001011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3CB; }

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

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

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

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

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

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

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

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