Html Css Color HEX #CD7376 Froly

📋 copy color: '#CD7376'

red 205 ◦ green 115 ◦ blue 118

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

Shades of Froly #CD7376

Tints of Froly #CD7376

RGB

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

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

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

R = 46.8%
G = 26.26%
B = 26.94%

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

#CD7376 (or 0xCD7376) is known color: Froly. HEX triplet: CD, 73 and 76. RGB value is (205,115,118). Sum of RGB (Red+Green+Blue) = 205+115+118=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7376 is #328C89. Grayscale: #8E8E8E. Windows color (decimal): -3312778 or 7762893. OLE color: 7762893.

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

Color convert

RGB 205 115 118 -
CMYK 0 0.44 0.42 0.20
HSL 358º 0.47% 0.63% -
HSV(B) 358º 0.44% 0.8% -
XYZ 34.58 26.55 20.44 -
YUV 142.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 205 115 118 0 0.44 0.42 0.20 358 0.47 0.63
Hex CD 73 76 0 2C 2A 14 166 2F 3F
Octal 315 163 166 0 54 52 24 546 57 77
Binary 11001101 1110011 1110110 0 101100 101010 10100 101100110 101111 111111

Color Harmonies of #CD7376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7376

Black with #CD7376

Text Example


Text Example

White with #CD7376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7376; }

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

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

background-color css

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

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

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

border-color css

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

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

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