Html Css Color HEX #C0764C Red Damask

📋 copy color: '#C0764C'

red 192 ◦ green 118 ◦ blue 76

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

Shades of Red Damask #C0764C

Tints of Red Damask #C0764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.57%

 BLUE value IS 76 (30.08% from 255) = 19.69%

R = 49.74%
G = 30.57%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0764C (or 0xC0764C) is known color: Red Damask. HEX triplet: C0, 76 and 4C. RGB value is (192,118,76). Sum of RGB (Red+Green+Blue) = 192+118+76=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0764C is #3F89B3. Grayscale: #878787. Windows color (decimal): -4164020 or 5011136. OLE color: 5011136.

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

Color convert

RGB 192 118 76 -
CMYK 0 0.39 0.60 0.25
HSL 21.72º 0.48% 0.53% -
HSV(B) 21.72º 0.6% 0.75% -
XYZ 29.52 24.69 10.05 -
YUV 135.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 192 118 76 0 0.39 0.60 0.25 21.72 0.48 0.53
Hex C0 76 4C 0 27 3C 19 16 30 35
Octal 300 166 114 0 47 74 31 26 60 65
Binary 11000000 1110110 1001100 0 100111 111100 11001 10110 110000 110101

Color Harmonies of #C0764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0764C

Black with #C0764C

Text Example


Text Example

White with #C0764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0764C; }

 p { color: rgb(192,118,76); }

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

background-color css

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

 a { background-color: rgb(192,118,76); }

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

border-color css

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

 span { border-color: rgb(192,118,76); }

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