Html Css Color HEX #CA7176 Froly

📋 copy color: '#CA7176'

red 202 ◦ green 113 ◦ blue 118

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

Shades of Froly #CA7176

Tints of Froly #CA7176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.1%

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

R = 46.65%
G = 26.1%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA7176 (or 0xCA7176) is known color: Froly. HEX triplet: CA, 71 and 76. RGB value is (202,113,118). Sum of RGB (Red+Green+Blue) = 202+113+118=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7176 is #358E89. Grayscale: #8C8C8C. Windows color (decimal): -3509898 or 7762378. OLE color: 7762378.

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

Color convert

RGB 202 113 118 -
CMYK 0 0.44 0.42 0.21
HSL 356.63º 0.46% 0.62% -
HSV(B) 356.63º 0.44% 0.79% -
XYZ 33.53 25.67 20.33 -
YUV 140.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 202 113 118 0 0.44 0.42 0.21 356.63 0.46 0.62
Hex CA 71 76 0 2C 2A 15 165 2E 3E
Octal 312 161 166 0 54 52 25 545 56 76
Binary 11001010 1110001 1110110 0 101100 101010 10101 101100101 101110 111110

Color Harmonies of #CA7176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7176

Black with #CA7176

Text Example


Text Example

White with #CA7176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7176; }

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

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

background-color css

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

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

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

border-color css

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

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

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