Html Css Color HEX #C07541 Brandy Punch

📋 copy color: '#C07541'

red 192 ◦ green 117 ◦ blue 65

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

Shades of Brandy Punch #C07541

Tints of Brandy Punch #C07541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.38%

R = 51.34%
G = 31.28%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C07541 (or 0xC07541) is known color: Brandy Punch. HEX triplet: C0, 75 and 41. RGB value is (192,117,65). Sum of RGB (Red+Green+Blue) = 192+117+65=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C07541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07541 is #3F8ABE. Grayscale: #858585. Windows color (decimal): -4164287 or 4289984. OLE color: 4289984.

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

Color convert

RGB 192 117 65 -
CMYK 0 0.39 0.66 0.25
HSL 24.57º 0.5% 0.5% -
HSV(B) 24.57º 0.66% 0.75% -
XYZ 29.05 24.31 8.16 -
YUV 133.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 192 117 65 0 0.39 0.66 0.25 24.57 0.5 0.5
Hex C0 75 41 0 27 42 19 19 32 32
Octal 300 165 101 0 47 102 31 31 62 62
Binary 11000000 1110101 1000001 0 100111 1000010 11001 11001 110010 110010

Color Harmonies of #C07541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07541

Black with #C07541

Text Example


Text Example

White with #C07541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07541; }

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

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

background-color css

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

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

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

border-color css

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

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

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