Html Css Color HEX #C67152 Red Damask

📋 copy color: '#C67152'

red 198 ◦ green 113 ◦ blue 82

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

Shades of Red Damask #C67152

Tints of Red Damask #C67152

RGB

 RED value IS 198 (77.73% from 255) = 50.38%

 GREEN value IS 113 (44.53% from 255) = 28.75%

 BLUE value IS 82 (32.42% from 255) = 20.87%

R = 50.38%
G = 28.75%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C67152 (or 0xC67152) is known color: Red Damask. HEX triplet: C6, 71 and 52. RGB value is (198,113,82). Sum of RGB (Red+Green+Blue) = 198+113+82=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C67152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67152 is #398EAD. Grayscale: #878787. Windows color (decimal): -3772078 or 5403078. OLE color: 5403078.

HSL color Cylindrical-coordinate representation of color #C67152: hue angle of 16.03º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C67152 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 113 82 -
CMYK 0 0.43 0.59 0.22
HSL 16.03º 0.5% 0.55% -
HSV(B) 16.03º 0.59% 0.78% -
XYZ 30.72 24.43 11.08 -
YUV 134.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 198 113 82 0 0.43 0.59 0.22 16.03 0.5 0.55
Hex C6 71 52 0 2B 3B 16 10 32 37
Octal 306 161 122 0 53 73 26 20 62 67
Binary 11000110 1110001 1010010 0 101011 111011 10110 10000 110010 110111

Color Harmonies of #C67152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67152

Black with #C67152

Text Example


Text Example

White with #C67152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67152; }

 p { color: rgb(198,113,82); }

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

background-color css

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

 a { background-color: rgb(198,113,82); }

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

border-color css

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

 span { border-color: rgb(198,113,82); }

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