Html Css Color HEX #C07251 Red Damask

📋 copy color: '#C07251'

red 192 ◦ green 114 ◦ blue 81

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

Shades of Red Damask #C07251

Tints of Red Damask #C07251

RGB

 RED value IS 192 (75.39% from 255) = 49.61%

 GREEN value IS 114 (44.92% from 255) = 29.46%

 BLUE value IS 81 (32.03% from 255) = 20.93%

R = 49.61%
G = 29.46%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C07251 (or 0xC07251) is known color: Red Damask. HEX triplet: C0, 72 and 51. RGB value is (192,114,81). Sum of RGB (Red+Green+Blue) = 192+114+81=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C07251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07251 is #3F8DAE. Grayscale: #858585. Windows color (decimal): -4165039 or 5337792. OLE color: 5337792.

HSL color Cylindrical-coordinate representation of color #C07251: hue angle of 17.84º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C07251 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 114 81 -
CMYK 0 0.41 0.58 0.25
HSL 17.84º 0.47% 0.54% -
HSV(B) 17.84º 0.58% 0.75% -
XYZ 29.24 23.84 10.84 -
YUV 133.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 192 114 81 0 0.41 0.58 0.25 17.84 0.47 0.54
Hex C0 72 51 0 29 3A 19 12 2F 36
Octal 300 162 121 0 51 72 31 22 57 66
Binary 11000000 1110010 1010001 0 101001 111010 11001 10010 101111 110110

Color Harmonies of #C07251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07251

Black with #C07251

Text Example


Text Example

White with #C07251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07251; }

 p { color: rgb(192,114,81); }

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

background-color css

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

 a { background-color: rgb(192,114,81); }

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

border-color css

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

 span { border-color: rgb(192,114,81); }

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