Html Css Color HEX #CD7377 Froly

📋 copy color: '#CD7377'

red 205 ◦ green 115 ◦ blue 119

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

Shades of Froly #CD7377

Tints of Froly #CD7377

RGB

 RED value IS 205 (80.47% from 255) = 46.7%

 GREEN value IS 115 (45.31% from 255) = 26.2%

 BLUE value IS 119 (46.88% from 255) = 27.11%

R = 46.7%
G = 26.2%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD7377 (or 0xCD7377) is known color: Froly. HEX triplet: CD, 73 and 77. RGB value is (205,115,119). Sum of RGB (Red+Green+Blue) = 205+115+119=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7377 is #328C88. Grayscale: #8E8E8E. Windows color (decimal): -3312777 or 7828429. OLE color: 7828429.

HSL color Cylindrical-coordinate representation of color #CD7377: hue angle of 357.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7377 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 115 119 -
CMYK 0 0.44 0.42 0.20
HSL 357.33º 0.47% 0.63% -
HSV(B) 357.33º 0.44% 0.8% -
XYZ 34.64 26.57 20.76 -
YUV 142.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 205 115 119 0 0.44 0.42 0.20 357.33 0.47 0.63
Hex CD 73 77 0 2C 2A 14 165 2F 3F
Octal 315 163 167 0 54 52 24 545 57 77
Binary 11001101 1110011 1110111 0 101100 101010 10100 101100101 101111 111111

Color Harmonies of #CD7377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7377

Black with #CD7377

Text Example


Text Example

White with #CD7377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7377; }

 p { color: rgb(205,115,119); }

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

background-color css

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

 a { background-color: rgb(205,115,119); }

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

border-color css

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

 span { border-color: rgb(205,115,119); }

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