Html Css Color HEX #C07F3F Brandy Punch

📋 copy color: '#C07F3F'

red 192 ◦ green 127 ◦ blue 63

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

Shades of Brandy Punch #C07F3F

Tints of Brandy Punch #C07F3F

RGB

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

 GREEN value IS 127 (50% from 255) = 33.25%

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

R = 50.26%
G = 33.25%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C07F3F (or 0xC07F3F) is known color: Brandy Punch. HEX triplet: C0, 7F and 3F. RGB value is (192,127,63). Sum of RGB (Red+Green+Blue) = 192+127+63=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07F3F is #3F80C0. Grayscale: #8B8B8B. Windows color (decimal): -4161729 or 4161472. OLE color: 4161472.

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

Color convert

RGB 192 127 63 -
CMYK 0 0.34 0.67 0.25
HSL 29.77º 0.51% 0.5% -
HSV(B) 29.77º 0.67% 0.75% -
XYZ 30.22 26.74 8.27 -
YUV 139.14 85.03 165.7 -
System Red Green Blue C M Y K H S L
Decimal 192 127 63 0 0.34 0.67 0.25 29.77 0.51 0.5
Hex C0 7F 3F 0 22 43 19 1E 33 32
Octal 300 177 77 0 42 103 31 36 63 62
Binary 11000000 1111111 111111 0 100010 1000011 11001 11110 110011 110010

Color Harmonies of #C07F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F3F

Black with #C07F3F

Text Example


Text Example

White with #C07F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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