Html Css Color HEX #C0734B Red Damask

📋 copy color: '#C0734B'

red 192 ◦ green 115 ◦ blue 75

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

Shades of Red Damask #C0734B

Tints of Red Damask #C0734B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.1%

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

R = 50.26%
G = 30.1%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0734B (or 0xC0734B) is known color: Red Damask. HEX triplet: C0, 73 and 4B. RGB value is (192,115,75). Sum of RGB (Red+Green+Blue) = 192+115+75=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0734B is #3F8CB4. Grayscale: #858585. Windows color (decimal): -4164789 or 4944832. OLE color: 4944832.

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

Color convert

RGB 192 115 75 -
CMYK 0 0.40 0.61 0.25
HSL 20.51º 0.48% 0.52% -
HSV(B) 20.51º 0.61% 0.75% -
XYZ 29.14 23.98 9.75 -
YUV 133.46 95.01 169.75 -
System Red Green Blue C M Y K H S L
Decimal 192 115 75 0 0.40 0.61 0.25 20.51 0.48 0.52
Hex C0 73 4B 0 28 3D 19 15 30 34
Octal 300 163 113 0 50 75 31 25 60 64
Binary 11000000 1110011 1001011 0 101000 111101 11001 10101 110000 110100

Color Harmonies of #C0734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0734B

Black with #C0734B

Text Example


Text Example

White with #C0734B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0734B; }

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

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

background-color css

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

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

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

border-color css

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

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

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