Html Css Color HEX #C1704B Red Damask

📋 copy color: '#C1704B'

red 193 ◦ green 112 ◦ blue 75

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

Shades of Red Damask #C1704B

Tints of Red Damask #C1704B

RGB

 RED value IS 193 (75.78% from 255) = 50.79%

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

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

R = 50.79%
G = 29.47%
B = 19.74%

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

#C1704B (or 0xC1704B) is known color: Red Damask. HEX triplet: C1, 70 and 4B. RGB value is (193,112,75). Sum of RGB (Red+Green+Blue) = 193+112+75=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C1704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1704B is #3E8FB4. Grayscale: #848484. Windows color (decimal): -4100021 or 4944065. OLE color: 4944065.

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

Color convert

RGB 193 112 75 -
CMYK 0 0.42 0.61 0.24
HSL 18.81º 0.49% 0.53% -
HSV(B) 18.81º 0.61% 0.76% -
XYZ 29.06 23.43 9.65 -
YUV 132 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 193 112 75 0 0.42 0.61 0.24 18.81 0.49 0.53
Hex C1 70 4B 0 2A 3D 18 13 31 35
Octal 301 160 113 0 52 75 30 23 61 65
Binary 11000001 1110000 1001011 0 101010 111101 11000 10011 110001 110101

Color Harmonies of #C1704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1704B

Black with #C1704B

Text Example


Text Example

White with #C1704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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