Html Css Color HEX #C06F4E Red Damask

📋 copy color: '#C06F4E'

red 192 ◦ green 111 ◦ blue 78

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

Shades of Red Damask #C06F4E

Tints of Red Damask #C06F4E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

 BLUE value IS 78 (30.86% from 255) = 20.47%

R = 50.39%
G = 29.13%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C06F4E (or 0xC06F4E) is known color: Red Damask. HEX triplet: C0, 6F and 4E. RGB value is (192,111,78). Sum of RGB (Red+Green+Blue) = 192+111+78=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F4E is #3F90B1. Grayscale: #838383. Windows color (decimal): -4165810 or 5140416. OLE color: 5140416.

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

Color convert

RGB 192 111 78 -
CMYK 0 0.42 0.59 0.25
HSL 17.37º 0.48% 0.53% -
HSV(B) 17.37º 0.59% 0.75% -
XYZ 28.8 23.13 10.15 -
YUV 131.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 192 111 78 0 0.42 0.59 0.25 17.37 0.48 0.53
Hex C0 6F 4E 0 2A 3B 19 11 30 35
Octal 300 157 116 0 52 73 31 21 60 65
Binary 11000000 1101111 1001110 0 101010 111011 11001 10001 110000 110101

Color Harmonies of #C06F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F4E

Black with #C06F4E

Text Example


Text Example

White with #C06F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F4E; }

 p { color: rgb(192,111,78); }

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

background-color css

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

 a { background-color: rgb(192,111,78); }

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

border-color css

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

 span { border-color: rgb(192,111,78); }

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