Html Css Color HEX #C07252 Red Damask

📋 copy color: '#C07252'

red 192 ◦ green 114 ◦ blue 82

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

Shades of Red Damask #C07252

Tints of Red Damask #C07252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.13%

R = 49.48%
G = 29.38%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C07252 (or 0xC07252) is known color: Red Damask. HEX triplet: C0, 72 and 52. RGB value is (192,114,82). Sum of RGB (Red+Green+Blue) = 192+114+82=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C07252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07252 is #3F8DAD. Grayscale: #858585. Windows color (decimal): -4165038 or 5403328. OLE color: 5403328.

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

Color convert

RGB 192 114 82 -
CMYK 0 0.41 0.57 0.25
HSL 17.45º 0.47% 0.54% -
HSV(B) 17.45º 0.57% 0.75% -
XYZ 29.28 23.85 11.04 -
YUV 133.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 192 114 82 0 0.41 0.57 0.25 17.45 0.47 0.54
Hex C0 72 52 0 29 39 19 11 2F 36
Octal 300 162 122 0 51 71 31 21 57 66
Binary 11000000 1110010 1010010 0 101001 111001 11001 10001 101111 110110

Color Harmonies of #C07252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07252

Black with #C07252

Text Example


Text Example

White with #C07252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07252; }

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

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

background-color css

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

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

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

border-color css

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

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

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