Html Css Color HEX #C5694B Red Damask

📋 copy color: '#C5694B'

red 197 ◦ green 105 ◦ blue 75

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

Shades of Red Damask #C5694B

Tints of Red Damask #C5694B

RGB

 RED value IS 197 (77.34% from 255) = 52.25%

 GREEN value IS 105 (41.41% from 255) = 27.85%

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

R = 52.25%
G = 27.85%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5694B (or 0xC5694B) is known color: Red Damask. HEX triplet: C5, 69 and 4B. RGB value is (197,105,75). Sum of RGB (Red+Green+Blue) = 197+105+75=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5694B is #3A96B4. Grayscale: #818181. Windows color (decimal): -3839669 or 4942277. OLE color: 4942277.

HSL color Cylindrical-coordinate representation of color #C5694B: hue angle of 14.75º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5694B is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 105 75 -
CMYK 0 0.47 0.62 0.23
HSL 14.75º 0.51% 0.53% -
HSV(B) 14.75º 0.62% 0.77% -
XYZ 29.35 22.48 9.45 -
YUV 129.09 97.48 176.44 -
System Red Green Blue C M Y K H S L
Decimal 197 105 75 0 0.47 0.62 0.23 14.75 0.51 0.53
Hex C5 69 4B 0 2F 3E 17 F 33 35
Octal 305 151 113 0 57 76 27 17 63 65
Binary 11000101 1101001 1001011 0 101111 111110 10111 1111 110011 110101

Color Harmonies of #C5694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5694B

Black with #C5694B

Text Example


Text Example

White with #C5694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5694B; }

 p { color: rgb(197,105,75); }

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

background-color css

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

 a { background-color: rgb(197,105,75); }

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

border-color css

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

 span { border-color: rgb(197,105,75); }

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