Html Css Color HEX #C1754B Red Damask

📋 copy color: '#C1754B'

red 193 ◦ green 117 ◦ blue 75

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

Shades of Red Damask #C1754B

Tints of Red Damask #C1754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.39%

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

R = 50.13%
G = 30.39%
B = 19.48%

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

#C1754B (or 0xC1754B) is known color: Red Damask. HEX triplet: C1, 75 and 4B. RGB value is (193,117,75). Sum of RGB (Red+Green+Blue) = 193+117+75=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1754B is #3E8AB4. Grayscale: #878787. Windows color (decimal): -4098741 or 4945345. OLE color: 4945345.

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

Color convert

RGB 193 117 75 -
CMYK 0 0.39 0.61 0.24
HSL 21.36º 0.49% 0.53% -
HSV(B) 21.36º 0.61% 0.76% -
XYZ 29.62 24.57 9.84 -
YUV 134.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 193 117 75 0 0.39 0.61 0.24 21.36 0.49 0.53
Hex C1 75 4B 0 27 3D 18 15 31 35
Octal 301 165 113 0 47 75 30 25 61 65
Binary 11000001 1110101 1001011 0 100111 111101 11000 10101 110001 110101

Color Harmonies of #C1754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1754B

Black with #C1754B

Text Example


Text Example

White with #C1754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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