Html Css Color HEX #C07540 Brandy Punch

📋 copy color: '#C07540'

red 192 ◦ green 117 ◦ blue 64

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

Shades of Brandy Punch #C07540

Tints of Brandy Punch #C07540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.16%

R = 51.47%
G = 31.37%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C07540 (or 0xC07540) is known color: Brandy Punch. HEX triplet: C0, 75 and 40. RGB value is (192,117,64). Sum of RGB (Red+Green+Blue) = 192+117+64=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C07540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07540 is #3F8ABF. Grayscale: #858585. Windows color (decimal): -4164288 or 4224448. OLE color: 4224448.

HSL color Cylindrical-coordinate representation of color #C07540: hue angle of 24.84º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C07540 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 64 -
CMYK 0 0.39 0.67 0.25
HSL 24.84º 0.5% 0.5% -
HSV(B) 24.84º 0.67% 0.75% -
XYZ 29.02 24.3 8.01 -
YUV 133.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 192 117 64 0 0.39 0.67 0.25 24.84 0.5 0.5
Hex C0 75 40 0 27 43 19 19 32 32
Octal 300 165 100 0 47 103 31 31 62 62
Binary 11000000 1110101 1000000 0 100111 1000011 11001 11001 110010 110010

Color Harmonies of #C07540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07540

Black with #C07540

Text Example


Text Example

White with #C07540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07540; }

 p { color: rgb(192,117,64); }

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

background-color css

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

 a { background-color: rgb(192,117,64); }

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

border-color css

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

 span { border-color: rgb(192,117,64); }

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