Html Css Color HEX #C2704B Red Damask

📋 copy color: '#C2704B'

red 194 ◦ green 112 ◦ blue 75

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

Shades of Red Damask #C2704B

Tints of Red Damask #C2704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

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

R = 50.92%
G = 29.4%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2704B (or 0xC2704B) is known color: Red Damask. HEX triplet: C2, 70 and 4B. RGB value is (194,112,75). Sum of RGB (Red+Green+Blue) = 194+112+75=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2704B is #3D8FB4. Grayscale: #848484. Windows color (decimal): -4034485 or 4944066. OLE color: 4944066.

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

Color convert

RGB 194 112 75 -
CMYK 0 0.42 0.61 0.24
HSL 18.66º 0.49% 0.53% -
HSV(B) 18.66º 0.61% 0.76% -
XYZ 29.31 23.57 9.66 -
YUV 132.3 95.67 172.01 -
System Red Green Blue C M Y K H S L
Decimal 194 112 75 0 0.42 0.61 0.24 18.66 0.49 0.53
Hex C2 70 4B 0 2A 3D 18 13 31 35
Octal 302 160 113 0 52 75 30 23 61 65
Binary 11000010 1110000 1001011 0 101010 111101 11000 10011 110001 110101

Color Harmonies of #C2704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2704B

Black with #C2704B

Text Example


Text Example

White with #C2704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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