Html Css Color HEX #C06F4F Red Damask

📋 copy color: '#C06F4F'

red 192 ◦ green 111 ◦ blue 79

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

Shades of Red Damask #C06F4F

Tints of Red Damask #C06F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.68%

R = 50.26%
G = 29.06%
B = 20.68%

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

#C06F4F (or 0xC06F4F) is known color: Red Damask. HEX triplet: C0, 6F and 4F. RGB value is (192,111,79). Sum of RGB (Red+Green+Blue) = 192+111+79=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F4F is #3F90B0. Grayscale: #838383. Windows color (decimal): -4165809 or 5205952. OLE color: 5205952.

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

Color convert

RGB 192 111 79 -
CMYK 0 0.42 0.59 0.25
HSL 16.99º 0.47% 0.53% -
HSV(B) 16.99º 0.59% 0.75% -
XYZ 28.83 23.14 10.34 -
YUV 131.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 192 111 79 0 0.42 0.59 0.25 16.99 0.47 0.53
Hex C0 6F 4F 0 2A 3B 19 11 2F 35
Octal 300 157 117 0 52 73 31 21 57 65
Binary 11000000 1101111 1001111 0 101010 111011 11001 10001 101111 110101

Color Harmonies of #C06F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F4F

Black with #C06F4F

Text Example


Text Example

White with #C06F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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