#CABCCA

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

Shades of Thistle #CABCCA

Tints of Thistle #CABCCA

Color information

#CABCCA (or 0xCABCCA) is unknown color: approx Thistle. HEX triplet: CA, BC and CA. RGB value is (202,188,202). Sum of RGB (Red+Green+Blue) = 202+188+202=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CABCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCCA is #354335. Grayscale: #C1C1C1. Windows color (decimal): -3490614 or 13286602. OLE color: 13286602.

HSL color Cylindrical-coordinate representation of color #CABCCA: 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 #CABCCA is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202188202-
CMYK00.0700.21
HSL300º11.67%76.47%-
HSV(B)300º6.93%79.22%-
XYZ5352.7963.27-
YUV193.78132.64133.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=34.12%
G=31.76%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218820200.0700.2130011.6776.47
HexCABCCA0701512cc4c
Octal3122743120702545414114
Binary110010101011110011001010011101010110010110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCCA; }

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

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

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

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

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

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

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

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