Html Css Color HEX #C07B54 Red Damask

📋 copy color: '#C07B54'

red 192 ◦ green 123 ◦ blue 84

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

Shades of Red Damask #C07B54

Tints of Red Damask #C07B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.05%

R = 48.12%
G = 30.83%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C07B54 (or 0xC07B54) is known color: Red Damask. HEX triplet: C0, 7B and 54. RGB value is (192,123,84). Sum of RGB (Red+Green+Blue) = 192+123+84=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B54 is #3F84AB. Grayscale: #8B8B8B. Windows color (decimal): -4162732 or 5536704. OLE color: 5536704.

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

Color convert

RGB 192 123 84 -
CMYK 0 0.36 0.56 0.25
HSL 21.67º 0.46% 0.54% -
HSV(B) 21.67º 0.56% 0.75% -
XYZ 30.42 26.01 11.81 -
YUV 139.19 96.86 165.67 -
System Red Green Blue C M Y K H S L
Decimal 192 123 84 0 0.36 0.56 0.25 21.67 0.46 0.54
Hex C0 7B 54 0 24 38 19 16 2E 36
Octal 300 173 124 0 44 70 31 26 56 66
Binary 11000000 1111011 1010100 0 100100 111000 11001 10110 101110 110110

Color Harmonies of #C07B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B54

Black with #C07B54

Text Example


Text Example

White with #C07B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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