Html Css Color HEX #CA7172 Froly

📋 copy color: '#CA7172'

red 202 ◦ green 113 ◦ blue 114

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

Shades of Froly #CA7172

Tints of Froly #CA7172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 47.09%
G = 26.34%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA7172 (or 0xCA7172) is known color: Froly. HEX triplet: CA, 71 and 72. RGB value is (202,113,114). Sum of RGB (Red+Green+Blue) = 202+113+114=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7172 is #358E8D. Grayscale: #8B8B8B. Windows color (decimal): -3509902 or 7500234. OLE color: 7500234.

HSL color Cylindrical-coordinate representation of color #CA7172: hue angle of 359.33º 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 #CA7172 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 113 114 -
CMYK 0 0.44 0.44 0.21
HSL 359.33º 0.46% 0.62% -
HSV(B) 359.33º 0.44% 0.79% -
XYZ 33.3 25.58 19.1 -
YUV 139.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 202 113 114 0 0.44 0.44 0.21 359.33 0.46 0.62
Hex CA 71 72 0 2C 2C 15 167 2E 3E
Octal 312 161 162 0 54 54 25 547 56 76
Binary 11001010 1110001 1110010 0 101100 101100 10101 101100111 101110 111110

Color Harmonies of #CA7172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7172

Black with #CA7172

Text Example


Text Example

White with #CA7172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7172; }

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

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

background-color css

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

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

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

border-color css

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

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

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