#CBC7CB

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

Shades of Thistle #CBC7CB

Tints of Thistle #CBC7CB

Color information

#CBC7CB (or 0xCBC7CB) is unknown color: approx Thistle. HEX triplet: CB, C7 and CB. RGB value is (203,199,203). Sum of RGB (Red+Green+Blue) = 203+199+203=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7CB is #343834. Grayscale: #C8C8C8. Windows color (decimal): -3422261 or 13354955. OLE color: 13354955.

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

Color convert

RGB203199203-
CMYK00.0200.20
HSL300º3.7%78.82%-
HSV(B)300º1.97%79.61%-
XYZ55.8357.8664.72-
YUV200.65129.33129.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.55%
GREEN value IS 199 (78.12% from 255) = 32.89%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=33.55%
G=32.89%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319920300.0200.203003.778.82
HexCBC7CB0201412c44f
Octal313307313020244544117
Binary1100101111000111110010110100101001001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7CB; }

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

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

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

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

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

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

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

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