Html Css Color HEX #C0754B Red Damask

📋 copy color: '#C0754B'

red 192 ◦ green 117 ◦ blue 75

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

Shades of Red Damask #C0754B

Tints of Red Damask #C0754B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.53%

R = 50%
G = 30.47%
B = 19.53%

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

#C0754B (or 0xC0754B) is known color: Red Damask. HEX triplet: C0, 75 and 4B. RGB value is (192,117,75). Sum of RGB (Red+Green+Blue) = 192+117+75=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0754B is #3F8AB4. Grayscale: #868686. Windows color (decimal): -4164277 or 4945344. OLE color: 4945344.

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

Color convert

RGB 192 117 75 -
CMYK 0 0.39 0.61 0.25
HSL 21.54º 0.48% 0.52% -
HSV(B) 21.54º 0.61% 0.75% -
XYZ 29.37 24.44 9.83 -
YUV 134.64 94.35 168.92 -
System Red Green Blue C M Y K H S L
Decimal 192 117 75 0 0.39 0.61 0.25 21.54 0.48 0.52
Hex C0 75 4B 0 27 3D 19 16 30 34
Octal 300 165 113 0 47 75 31 26 60 64
Binary 11000000 1110101 1001011 0 100111 111101 11001 10110 110000 110100

Color Harmonies of #C0754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0754B

Black with #C0754B

Text Example


Text Example

White with #C0754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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