Html Css Color HEX #CA7576 Froly

📋 copy color: '#CA7576'

red 202 ◦ green 117 ◦ blue 118

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

Shades of Froly #CA7576

Tints of Froly #CA7576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.77%

 BLUE value IS 118 (46.48% from 255) = 27%

R = 46.22%
G = 26.77%
B = 27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA7576 (or 0xCA7576) is known color: Froly. HEX triplet: CA, 75 and 76. RGB value is (202,117,118). Sum of RGB (Red+Green+Blue) = 202+117+118=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7576 is #358A89. Grayscale: #8E8E8E. Windows color (decimal): -3508874 or 7763402. OLE color: 7763402.

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

Color convert

RGB 202 117 118 -
CMYK 0 0.42 0.42 0.21
HSL 359.29º 0.45% 0.63% -
HSV(B) 359.29º 0.42% 0.79% -
XYZ 33.99 26.59 20.48 -
YUV 142.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 202 117 118 0 0.42 0.42 0.21 359.29 0.45 0.63
Hex CA 75 76 0 2A 2A 15 167 2D 3F
Octal 312 165 166 0 52 52 25 547 55 77
Binary 11001010 1110101 1110110 0 101010 101010 10101 101100111 101101 111111

Color Harmonies of #CA7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7576

Black with #CA7576

Text Example


Text Example

White with #CA7576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7576; }

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

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

background-color css

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

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

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

border-color css

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

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

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