Html Css Color HEX #CA7175 Froly

📋 copy color: '#CA7175'

red 202 ◦ green 113 ◦ blue 117

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

Shades of Froly #CA7175

Tints of Froly #CA7175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 46.76%
G = 26.16%
B = 27.08%

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

#CA7175 (or 0xCA7175) is known color: Froly. HEX triplet: CA, 71 and 75. RGB value is (202,113,117). Sum of RGB (Red+Green+Blue) = 202+113+117=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7175 is #358E8A. Grayscale: #8C8C8C. Windows color (decimal): -3509899 or 7696842. OLE color: 7696842.

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

Color convert

RGB 202 113 117 -
CMYK 0 0.44 0.42 0.21
HSL 357.3º 0.46% 0.62% -
HSV(B) 357.3º 0.44% 0.79% -
XYZ 33.47 25.65 20.02 -
YUV 140.07 114.99 172.17 -
System Red Green Blue C M Y K H S L
Decimal 202 113 117 0 0.44 0.42 0.21 357.3 0.46 0.62
Hex CA 71 75 0 2C 2A 15 165 2E 3E
Octal 312 161 165 0 54 52 25 545 56 76
Binary 11001010 1110001 1110101 0 101100 101010 10101 101100101 101110 111110

Color Harmonies of #CA7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7175

Black with #CA7175

Text Example


Text Example

White with #CA7175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7175; }

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

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

background-color css

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

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

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

border-color css

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

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

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