Html Css Color HEX #C07A3F Brandy Punch

📋 copy color: '#C07A3F'

red 192 ◦ green 122 ◦ blue 63

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

Shades of Brandy Punch #C07A3F

Tints of Brandy Punch #C07A3F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.36%

 BLUE value IS 63 (25% from 255) = 16.71%

R = 50.93%
G = 32.36%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C07A3F (or 0xC07A3F) is known color: Brandy Punch. HEX triplet: C0, 7A and 3F. RGB value is (192,122,63). Sum of RGB (Red+Green+Blue) = 192+122+63=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A3F is #3F85C0. Grayscale: #888888. Windows color (decimal): -4163009 or 4160192. OLE color: 4160192.

HSL color Cylindrical-coordinate representation of color #C07A3F: hue angle of 27.44º degrees, saturation: 0.51, 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 #C07A3F is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 63 -
CMYK 0 0.36 0.67 0.25
HSL 27.44º 0.51% 0.5% -
HSV(B) 27.44º 0.67% 0.75% -
XYZ 29.59 25.48 8.06 -
YUV 136.2 86.69 167.8 -
System Red Green Blue C M Y K H S L
Decimal 192 122 63 0 0.36 0.67 0.25 27.44 0.51 0.5
Hex C0 7A 3F 0 24 43 19 1B 33 32
Octal 300 172 77 0 44 103 31 33 63 62
Binary 11000000 1111010 111111 0 100100 1000011 11001 11011 110011 110010

Color Harmonies of #C07A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A3F

Black with #C07A3F

Text Example


Text Example

White with #C07A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A3F; }

 p { color: rgb(192,122,63); }

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

background-color css

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

 a { background-color: rgb(192,122,63); }

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

border-color css

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

 span { border-color: rgb(192,122,63); }

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