#CABBCA

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

Shades of Thistle #CABBCA

Tints of Thistle #CABBCA

Color information

#CABBCA (or 0xCABBCA) is unknown color: approx Thistle. HEX triplet: CA, BB and CA. RGB value is (202,187,202). Sum of RGB (Red+Green+Blue) = 202+187+202=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CABBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBCA is #354435. Grayscale: #C1C1C1. Windows color (decimal): -3490870 or 13286346. OLE color: 13286346.

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

Color convert

RGB202187202-
CMYK00.0700.21
HSL300º12.4%76.27%-
HSV(B)300º7.43%79.22%-
XYZ52.7952.3663.2-
YUV193.19132.97134.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=34.18%
G=31.64%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218720200.0700.2130012.476.27
HexCABBCA0701512cc4c
Octal3122733120702545414114
Binary110010101011101111001010011101010110010110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBCA; }

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

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

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

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

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

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

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

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