#CABECA

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

Shades of Thistle #CABECA

Tints of Thistle #CABECA

Color information

#CABECA (or 0xCABECA) is unknown color: approx Thistle. HEX triplet: CA, BE and CA. RGB value is (202,190,202). Sum of RGB (Red+Green+Blue) = 202+190+202=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CABECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABECA is #354135. Grayscale: #C2C2C2. Windows color (decimal): -3490102 or 13287114. OLE color: 13287114.

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

Color convert

RGB202190202-
CMYK00.0600.21
HSL300º10.17%76.86%-
HSV(B)300º5.94%79.22%-
XYZ53.4353.6563.42-
YUV194.96131.98133.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 202 (79.30% from 255) = 34.01%
R=34.01%
G=31.99%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219020200.0600.2130010.1776.86
HexCABECA0601512ca4d
Octal3122763120602545412115
Binary110010101011111011001010011001010110010110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABECA; }

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

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

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

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

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

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

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

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