Html Css Color HEX #C3764A Red Damask

📋 copy color: '#C3764A'

red 195 ◦ green 118 ◦ blue 74

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

Shades of Red Damask #C3764A

Tints of Red Damask #C3764A

RGB

 RED value IS 195 (76.56% from 255) = 50.39%

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

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

R = 50.39%
G = 30.49%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3764A (or 0xC3764A) is known color: Red Damask. HEX triplet: C3, 76 and 4A. RGB value is (195,118,74). Sum of RGB (Red+Green+Blue) = 195+118+74=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3764A is #3C89B5. Grayscale: #888888. Windows color (decimal): -3967414 or 4880067. OLE color: 4880067.

HSL color Cylindrical-coordinate representation of color #C3764A: hue angle of 21.82º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3764A is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 118 74 -
CMYK 0 0.39 0.62 0.24
HSL 21.82º 0.5% 0.53% -
HSV(B) 21.82º 0.62% 0.76% -
XYZ 30.22 25.05 9.72 -
YUV 136.01 93.01 170.08 -
System Red Green Blue C M Y K H S L
Decimal 195 118 74 0 0.39 0.62 0.24 21.82 0.5 0.53
Hex C3 76 4A 0 27 3E 18 16 32 35
Octal 303 166 112 0 47 76 30 26 62 65
Binary 11000011 1110110 1001010 0 100111 111110 11000 10110 110010 110101

Color Harmonies of #C3764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3764A

Black with #C3764A

Text Example


Text Example

White with #C3764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3764A; }

 p { color: rgb(195,118,74); }

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

background-color css

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

 a { background-color: rgb(195,118,74); }

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

border-color css

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

 span { border-color: rgb(195,118,74); }

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