Html Css Color HEX #CA7365 Contessa

📋 copy color: '#CA7365'

red 202 ◦ green 115 ◦ blue 101

#CA7365
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Contessa #CA7365

Tints of Contessa #CA7365

RGB

 RED value IS 202 (79.3% from 255) = 48.33%

 GREEN value IS 115 (45.31% from 255) = 27.51%

 BLUE value IS 101 (39.84% from 255) = 24.16%

R = 48.33%
G = 27.51%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA7365 (or 0xCA7365) is known color: Contessa. HEX triplet: CA, 73 and 65. RGB value is (202,115,101). Sum of RGB (Red+Green+Blue) = 202+115+101=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7365 is #358C9A. Grayscale: #8B8B8B. Windows color (decimal): -3509403 or 6648778. OLE color: 6648778.

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

Color convert

RGB 202 115 101 -
CMYK 0 0.43 0.50 0.21
HSL 8.32º 0.49% 0.59% -
HSV(B) 8.32º 0.5% 0.79% -
XYZ 32.84 25.76 15.55 -
YUV 139.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 202 115 101 0 0.43 0.50 0.21 8.32 0.49 0.59
Hex CA 73 65 0 2B 32 15 8 31 3B
Octal 312 163 145 0 53 62 25 10 61 73
Binary 11001010 1110011 1100101 0 101011 110010 10101 1000 110001 111011

Color Harmonies of #CA7365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7365

Black with #CA7365

Text Example


Text Example

White with #CA7365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7365; }

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

 H1.HeaderClassName
 {
   color: #CA7365;
 }
 .AnyTagClassName
 {
   color: #CA7365;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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