#CBBBC9

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

Shades of Thistle #CBBBC9

Tints of Thistle #CBBBC9

Color information

#CBBBC9 (or 0xCBBBC9) is unknown color: approx Thistle. HEX triplet: CB, BB and C9. RGB value is (203,187,201). Sum of RGB (Red+Green+Blue) = 203+187+201=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBC9 is #344436. Grayscale: #C1C1C1. Windows color (decimal): -3425335 or 13220811. OLE color: 13220811.

HSL color Cylindrical-coordinate representation of color #CBBBC9: hue angle of 307.5º 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 #CBBBC9 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB203187201-
CMYK00.080.010.20
HSL307.5º13.33%76.47%-
HSV(B)307.5º7.88%79.61%-
XYZ52.9452.4562.59-
YUV193.38132.3134.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 201 (78.91% from 255) = 34.01%
R=34.35%
G=31.64%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318720100.080.010.20307.513.3376.47
HexCBBBC908114134d4c
Octal31327331101012446415114
Binary1100101110111011110010010100011010010011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBC9; }

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

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

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

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

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

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

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

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