Html Css Color HEX #C07B52 Red Damask

📋 copy color: '#C07B52'

red 192 ◦ green 123 ◦ blue 82

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

Shades of Red Damask #C07B52

Tints of Red Damask #C07B52

RGB

 RED value IS 192 (75.39% from 255) = 48.36%

 GREEN value IS 123 (48.44% from 255) = 30.98%

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

R = 48.36%
G = 30.98%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C07B52 (or 0xC07B52) is known color: Red Damask. HEX triplet: C0, 7B and 52. RGB value is (192,123,82). Sum of RGB (Red+Green+Blue) = 192+123+82=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B52 is #3F84AD. Grayscale: #8B8B8B. Windows color (decimal): -4162734 or 5405632. OLE color: 5405632.

HSL color Cylindrical-coordinate representation of color #C07B52: hue angle of 22.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C07B52 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 123 82 -
CMYK 0 0.36 0.57 0.25
HSL 22.36º 0.47% 0.54% -
HSV(B) 22.36º 0.57% 0.75% -
XYZ 30.34 25.98 11.4 -
YUV 138.96 95.86 165.83 -
System Red Green Blue C M Y K H S L
Decimal 192 123 82 0 0.36 0.57 0.25 22.36 0.47 0.54
Hex C0 7B 52 0 24 39 19 16 2F 36
Octal 300 173 122 0 44 71 31 26 57 66
Binary 11000000 1111011 1010010 0 100100 111001 11001 10110 101111 110110

Color Harmonies of #C07B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B52

Black with #C07B52

Text Example


Text Example

White with #C07B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B52; }

 p { color: rgb(192,123,82); }

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

background-color css

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

 a { background-color: rgb(192,123,82); }

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

border-color css

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

 span { border-color: rgb(192,123,82); }

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