#CA7368

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

Shades of Contessa #CA7368

Tints of Contessa #CA7368

Color information

#CA7368 (or 0xCA7368) is unknown color: approx Contessa. HEX triplet: CA, 73 and 68. RGB value is (202,115,104). Sum of RGB (Red+Green+Blue) = 202+115+104=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7368 is #358C97. Grayscale: #8B8B8B. Windows color (decimal): -3509400 or 6845386. OLE color: 6845386.

HSL color Cylindrical-coordinate representation of color #CA7368: hue angle of 6.73º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA7368 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB202115104-
CMYK00.430.490.21
HSL6.73º48.04%60%-
HSV(B)6.73º48.51%79.22%-
XYZ32.9925.8216.34-
YUV139.76107.82172.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 104 (41.02% from 255) = 24.70%
R=47.98%
G=27.32%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211510400.430.490.216.7348.0460
HexCA736802B31157303c
Octal312163150053612576074
Binary1100101011100111101000010101111000110101111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7368; }

 p { color: rgb(202,115,104); }

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

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

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

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

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

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

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