#CBBBCA

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

Shades of Thistle #CBBBCA

Tints of Thistle #CBBBCA

Color information

#CBBBCA (or 0xCBBBCA) is unknown color: approx Thistle. HEX triplet: CB, BB and CA. RGB value is (203,187,202). Sum of RGB (Red+Green+Blue) = 203+187+202=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBCA is #344435. Grayscale: #C1C1C1. Windows color (decimal): -3425334 or 13286347. OLE color: 13286347.

HSL color Cylindrical-coordinate representation of color #CBBBCA: hue angle of 303.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBBBCA is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB203187202-
CMYK00.080.000.20
HSL303.75º13.33%76.47%-
HSV(B)303.75º7.88%79.61%-
XYZ53.0652.563.21-
YUV193.49132.8134.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=34.29%
G=31.59%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318720200.080.000.20303.7513.3376.47
HexCBBBCA08014130d4c
Octal31327331201002446015114
Binary1100101110111011110010100100001010010011000011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBCA; }

 p { color: rgb(203,187,202); }

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

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

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

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

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

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

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