#CBC8CB

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

Shades of Thistle #CBC8CB

Tints of Thistle #CBC8CB

Color information

#CBC8CB (or 0xCBC8CB) is unknown color: approx Thistle. HEX triplet: CB, C8 and CB. RGB value is (203,200,203). Sum of RGB (Red+Green+Blue) = 203+200+203=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8CB is #343734. Grayscale: #C9C9C9. Windows color (decimal): -3422005 or 13355211. OLE color: 13355211.

HSL color Cylindrical-coordinate representation of color #CBC8CB: hue angle of 300º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CBC8CB is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203200203-
CMYK00.0100.20
HSL300º2.8%79.02%-
HSV(B)300º1.48%79.61%-
XYZ56.0658.3264.8-
YUV201.24128.99129.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 200 (78.52% from 255) = 33.00%
BLUE value IS 203 (79.69% from 255) = 33.50%
R=33.50%
G=33.00%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320020300.0100.203002.879.02
HexCBC8CB0101412c34f
Octal313310313010244543117
Binary11001011110010001100101101010100100101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8CB; }

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

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

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

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

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

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

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

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