#CBC1CB

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

Shades of Thistle #CBC1CB

Tints of Thistle #CBC1CB

Color information

#CBC1CB (or 0xCBC1CB) is unknown color: approx Thistle. HEX triplet: CB, C1 and CB. RGB value is (203,193,203). Sum of RGB (Red+Green+Blue) = 203+193+203=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1CB is #343E34. Grayscale: #C5C5C5. Windows color (decimal): -3423797 or 13353419. OLE color: 13353419.

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

Color convert

RGB203193203-
CMYK00.0500.20
HSL300º8.77%77.65%-
HSV(B)300º4.93%79.61%-
XYZ54.4855.1564.27-
YUV197.13131.31132.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 193 (75.78% from 255) = 32.22%
BLUE value IS 203 (79.69% from 255) = 33.89%
R=33.89%
G=32.22%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319320300.0500.203008.7777.65
HexCBC1CB0501412c94e
Octal3133013130502445411116
Binary110010111100000111001011010101010010010110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC1CB; }

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

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

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

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

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

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

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

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