Html Css Color HEX #C2764B Red Damask

📋 copy color: '#C2764B'

red 194 ◦ green 118 ◦ blue 75

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

Shades of Red Damask #C2764B

Tints of Red Damask #C2764B

RGB

 RED value IS 194 (76.17% from 255) = 50.13%

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

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

R = 50.13%
G = 30.49%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2764B (or 0xC2764B) is known color: Red Damask. HEX triplet: C2, 76 and 4B. RGB value is (194,118,75). Sum of RGB (Red+Green+Blue) = 194+118+75=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2764B is #3D89B4. Grayscale: #888888. Windows color (decimal): -4032949 or 4945602. OLE color: 4945602.

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

Color convert

RGB 194 118 75 -
CMYK 0 0.39 0.61 0.24
HSL 21.68º 0.49% 0.53% -
HSV(B) 21.68º 0.61% 0.76% -
XYZ 30 24.93 9.89 -
YUV 135.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 194 118 75 0 0.39 0.61 0.24 21.68 0.49 0.53
Hex C2 76 4B 0 27 3D 18 16 31 35
Octal 302 166 113 0 47 75 30 26 61 65
Binary 11000010 1110110 1001011 0 100111 111101 11000 10110 110001 110101

Color Harmonies of #C2764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2764B

Black with #C2764B

Text Example


Text Example

White with #C2764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2764B; }

 p { color: rgb(194,118,75); }

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

background-color css

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

 a { background-color: rgb(194,118,75); }

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

border-color css

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

 span { border-color: rgb(194,118,75); }

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