#CABFCA

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

Shades of Thistle #CABFCA

Tints of Thistle #CABFCA

Color information

#CABFCA (or 0xCABFCA) is unknown color: approx Thistle. HEX triplet: CA, BF and CA. RGB value is (202,191,202). Sum of RGB (Red+Green+Blue) = 202+191+202=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CABFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFCA is #354035. Grayscale: #C3C3C3. Windows color (decimal): -3489846 or 13287370. OLE color: 13287370.

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

Color convert

RGB202191202-
CMYK00.0500.21
HSL300º9.4%77.06%-
HSV(B)300º5.45%79.22%-
XYZ53.6554.0863.49-
YUV195.54131.64132.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=33.95%
G=32.10%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219120200.0500.213009.477.06
HexCABFCA0501512c94d
Octal3122773120502545411115
Binary110010101011111111001010010101010110010110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFCA; }

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

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

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

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

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

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

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

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