Html Css Color HEX #C07F3D Brandy Punch

📋 copy color: '#C07F3D'

red 192 ◦ green 127 ◦ blue 61

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

Shades of Brandy Punch #C07F3D

Tints of Brandy Punch #C07F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.05%

R = 50.53%
G = 33.42%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C07F3D (or 0xC07F3D) is known color: Brandy Punch. HEX triplet: C0, 7F and 3D. RGB value is (192,127,61). Sum of RGB (Red+Green+Blue) = 192+127+61=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07F3D is #3F80C2. Grayscale: #8B8B8B. Windows color (decimal): -4161731 or 4030400. OLE color: 4030400.

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

Color convert

RGB 192 127 61 -
CMYK 0 0.34 0.68 0.25
HSL 30.23º 0.52% 0.5% -
HSV(B) 30.23º 0.68% 0.75% -
XYZ 30.17 26.72 7.98 -
YUV 138.91 84.03 165.87 -
System Red Green Blue C M Y K H S L
Decimal 192 127 61 0 0.34 0.68 0.25 30.23 0.52 0.5
Hex C0 7F 3D 0 22 44 19 1E 34 32
Octal 300 177 75 0 42 104 31 36 64 62
Binary 11000000 1111111 111101 0 100010 1000100 11001 11110 110100 110010

Color Harmonies of #C07F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F3D

Black with #C07F3D

Text Example


Text Example

White with #C07F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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