Html Css Color HEX #C06F54 Red Damask

📋 copy color: '#C06F54'

red 192 ◦ green 111 ◦ blue 84

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

Shades of Red Damask #C06F54

Tints of Red Damask #C06F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.71%

R = 49.61%
G = 28.68%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C06F54 (or 0xC06F54) is known color: Red Damask. HEX triplet: C0, 6F and 54. RGB value is (192,111,84). Sum of RGB (Red+Green+Blue) = 192+111+84=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F54 is #3F90AB. Grayscale: #848484. Windows color (decimal): -4165804 or 5533632. OLE color: 5533632.

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

Color convert

RGB 192 111 84 -
CMYK 0 0.42 0.56 0.25
HSL 15º 0.46% 0.54% -
HSV(B) 15º 0.56% 0.75% -
XYZ 29.02 23.22 11.34 -
YUV 132.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 192 111 84 0 0.42 0.56 0.25 15 0.46 0.54
Hex C0 6F 54 0 2A 38 19 F 2E 36
Octal 300 157 124 0 52 70 31 17 56 66
Binary 11000000 1101111 1010100 0 101010 111000 11001 1111 101110 110110

Color Harmonies of #C06F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F54

Black with #C06F54

Text Example


Text Example

White with #C06F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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