Html Css Color HEX #CA7674 Contessa

📋 copy color: '#CA7674'

red 202 ◦ green 118 ◦ blue 116

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

Shades of Contessa #CA7674

Tints of Contessa #CA7674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.06%

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 46.33%
G = 27.06%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA7674 (or 0xCA7674) is known color: Contessa. HEX triplet: CA, 76 and 74. RGB value is (202,118,116). Sum of RGB (Red+Green+Blue) = 202+118+116=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7674 is #35898B. Grayscale: #8E8E8E. Windows color (decimal): -3508620 or 7632586. OLE color: 7632586.

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

Color convert

RGB 202 118 116 -
CMYK 0 0.42 0.43 0.21
HSL 1.4º 0.45% 0.62% -
HSV(B) 1.4º 0.43% 0.79% -
XYZ 33.99 26.77 19.9 -
YUV 142.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 202 118 116 0 0.42 0.43 0.21 1.4 0.45 0.62
Hex CA 76 74 0 2A 2B 15 1 2D 3E
Octal 312 166 164 0 52 53 25 1 55 76
Binary 11001010 1110110 1110100 0 101010 101011 10101 1 101101 111110

Color Harmonies of #CA7674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7674

Black with #CA7674

Text Example


Text Example

White with #CA7674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7674; }

 p { color: rgb(202,118,116); }

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

background-color css

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

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

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

border-color css

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

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

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