#CABACA

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

Shades of Thistle #CABACA

Tints of Thistle #CABACA

Color information

#CABACA (or 0xCABACA) is unknown color: approx Thistle. HEX triplet: CA, BA and CA. RGB value is (202,186,202). Sum of RGB (Red+Green+Blue) = 202+186+202=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CABACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABACA is #354535. Grayscale: #C0C0C0. Windows color (decimal): -3491126 or 13286090. OLE color: 13286090.

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

Color convert

RGB202186202-
CMYK00.0800.21
HSL300º13.11%76.08%-
HSV(B)300º7.92%79.22%-
XYZ52.5851.9463.13-
YUV192.61133.3134.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=34.24%
G=31.53%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218620200.0800.2130013.1176.08
HexCABACA0801512cd4c
Octal31227231201002545415114
Binary1100101010111010110010100100001010110010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABACA; }

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

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

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

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

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

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

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

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