Html Css Color HEX #C06D52 Red Damask

📋 copy color: '#C06D52'

red 192 ◦ green 109 ◦ blue 82

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

Shades of Red Damask #C06D52

Tints of Red Damask #C06D52

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.46%

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

R = 50.13%
G = 28.46%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C06D52 (or 0xC06D52) is known color: Red Damask. HEX triplet: C0, 6D and 52. RGB value is (192,109,82). Sum of RGB (Red+Green+Blue) = 192+109+82=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D52 is #3F92AD. Grayscale: #828282. Windows color (decimal): -4166318 or 5402048. OLE color: 5402048.

HSL color Cylindrical-coordinate representation of color #C06D52: hue angle of 14.73º 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 #C06D52 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 109 82 -
CMYK 0 0.43 0.57 0.25
HSL 14.73º 0.47% 0.54% -
HSV(B) 14.73º 0.57% 0.75% -
XYZ 28.73 22.75 10.86 -
YUV 130.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 192 109 82 0 0.43 0.57 0.25 14.73 0.47 0.54
Hex C0 6D 52 0 2B 39 19 F 2F 36
Octal 300 155 122 0 53 71 31 17 57 66
Binary 11000000 1101101 1010010 0 101011 111001 11001 1111 101111 110110

Color Harmonies of #C06D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D52

Black with #C06D52

Text Example


Text Example

White with #C06D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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