#CBB9CA

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

Shades of Thistle #CBB9CA

Tints of Thistle #CBB9CA

Color information

#CBB9CA (or 0xCBB9CA) is unknown color: approx Thistle. HEX triplet: CB, B9 and CA. RGB value is (203,185,202). Sum of RGB (Red+Green+Blue) = 203+185+202=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9CA is #344635. Grayscale: #C0C0C0. Windows color (decimal): -3425846 or 13285835. OLE color: 13285835.

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

Color convert

RGB203185202-
CMYK00.090.000.20
HSL303.33º14.75%76.08%-
HSV(B)303.33º8.87%79.61%-
XYZ52.6451.6663.07-
YUV192.32133.46135.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 185 (72.66% from 255) = 31.36%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=34.41%
G=31.36%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318520200.090.000.20303.3314.7576.08
HexCBB9CA0901412ff4c
Octal31327131201102445717114
Binary1100101110111001110010100100101010010010111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9CA; }

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

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

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

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

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

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

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

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