Html Css Color HEX #C06848 Red Damask

📋 copy color: '#C06848'

red 192 ◦ green 104 ◦ blue 72

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

Shades of Red Damask #C06848

Tints of Red Damask #C06848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.26%

 BLUE value IS 72 (28.52% from 255) = 19.57%

R = 52.17%
G = 28.26%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C06848 (or 0xC06848) is known color: Red Damask. HEX triplet: C0, 68 and 48. RGB value is (192,104,72). Sum of RGB (Red+Green+Blue) = 192+104+72=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C06848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06848 is #3F97B7. Grayscale: #7E7E7E. Windows color (decimal): -4167608 or 4745408. OLE color: 4745408.

HSL color Cylindrical-coordinate representation of color #C06848: hue angle of 16º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C06848 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 72 -
CMYK 0 0.46 0.63 0.25
HSL 16º 0.49% 0.52% -
HSV(B) 16º 0.63% 0.75% -
XYZ 27.86 21.57 8.83 -
YUV 126.66 97.15 174.6 -
System Red Green Blue C M Y K H S L
Decimal 192 104 72 0 0.46 0.63 0.25 16 0.49 0.52
Hex C0 68 48 0 2E 3F 19 10 31 34
Octal 300 150 110 0 56 77 31 20 61 64
Binary 11000000 1101000 1001000 0 101110 111111 11001 10000 110001 110100

Color Harmonies of #C06848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06848

Black with #C06848

Text Example


Text Example

White with #C06848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06848; }

 p { color: rgb(192,104,72); }

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

background-color css

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

 a { background-color: rgb(192,104,72); }

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

border-color css

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

 span { border-color: rgb(192,104,72); }

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