Html Css Color HEX #C97073 Froly

📋 copy color: '#C97073'

red 201 ◦ green 112 ◦ blue 115

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

Shades of Froly #C97073

Tints of Froly #C97073

RGB

 RED value IS 201 (78.91% from 255) = 46.96%

 GREEN value IS 112 (44.14% from 255) = 26.17%

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 46.96%
G = 26.17%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C97073 (or 0xC97073) is known color: Froly. HEX triplet: C9, 70 and 73. RGB value is (201,112,115). Sum of RGB (Red+Green+Blue) = 201+112+115=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C97073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97073 is #368F8C. Grayscale: #8B8B8B. Windows color (decimal): -3575693 or 7565513. OLE color: 7565513.

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

Color convert

RGB 201 112 115 -
CMYK 0 0.44 0.43 0.21
HSL 357.98º 0.45% 0.61% -
HSV(B) 357.98º 0.44% 0.79% -
XYZ 32.98 25.24 19.35 -
YUV 138.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 201 112 115 0 0.44 0.43 0.21 357.98 0.45 0.61
Hex C9 70 73 0 2C 2B 15 166 2D 3D
Octal 311 160 163 0 54 53 25 546 55 75
Binary 11001001 1110000 1110011 0 101100 101011 10101 101100110 101101 111101

Color Harmonies of #C97073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97073

Black with #C97073

Text Example


Text Example

White with #C97073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97073; }

 p { color: rgb(201,112,115); }

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

background-color css

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

 a { background-color: rgb(201,112,115); }

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

border-color css

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

 span { border-color: rgb(201,112,115); }

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