Html Css Color HEX #C0754A Red Damask

📋 copy color: '#C0754A'

red 192 ◦ green 117 ◦ blue 74

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

Shades of Red Damask #C0754A

Tints of Red Damask #C0754A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.55%

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 50.13%
G = 30.55%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0754A (or 0xC0754A) is known color: Red Damask. HEX triplet: C0, 75 and 4A. RGB value is (192,117,74). Sum of RGB (Red+Green+Blue) = 192+117+74=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0754A is #3F8AB5. Grayscale: #868686. Windows color (decimal): -4164278 or 4879808. OLE color: 4879808.

HSL color Cylindrical-coordinate representation of color #C0754A: hue angle of 21.86º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0754A is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 74 -
CMYK 0 0.39 0.61 0.25
HSL 21.86º 0.48% 0.52% -
HSV(B) 21.86º 0.61% 0.75% -
XYZ 29.34 24.42 9.65 -
YUV 134.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 192 117 74 0 0.39 0.61 0.25 21.86 0.48 0.52
Hex C0 75 4A 0 27 3D 19 16 30 34
Octal 300 165 112 0 47 75 31 26 60 64
Binary 11000000 1110101 1001010 0 100111 111101 11001 10110 110000 110100

Color Harmonies of #C0754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0754A

Black with #C0754A

Text Example


Text Example

White with #C0754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0754A; }

 p { color: rgb(192,117,74); }

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

background-color css

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

 a { background-color: rgb(192,117,74); }

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

border-color css

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

 span { border-color: rgb(192,117,74); }

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