Html Css Color HEX #C08038 Brandy Punch

📋 copy color: '#C08038'

red 192 ◦ green 128 ◦ blue 56

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

Shades of Brandy Punch #C08038

Tints of Brandy Punch #C08038

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

 BLUE value IS 56 (22.27% from 255) = 14.89%

R = 51.06%
G = 34.04%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C08038 (or 0xC08038) is known color: Brandy Punch. HEX triplet: C0, 80 and 38. RGB value is (192,128,56). Sum of RGB (Red+Green+Blue) = 192+128+56=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C08038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08038 is #3F7FC7. Grayscale: #8B8B8B. Windows color (decimal): -4161480 or 3702976. OLE color: 3702976.

HSL color Cylindrical-coordinate representation of color #C08038: hue angle of 31.76º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C08038 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 56 -
CMYK 0 0.33 0.71 0.25
HSL 31.76º 0.55% 0.49% -
HSV(B) 31.76º 0.71% 0.75% -
XYZ 30.17 26.93 7.35 -
YUV 138.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 192 128 56 0 0.33 0.71 0.25 31.76 0.55 0.49
Hex C0 80 38 0 21 47 19 20 37 31
Octal 300 200 70 0 41 107 31 40 67 61
Binary 11000000 10000000 111000 0 100001 1000111 11001 100000 110111 110001

Color Harmonies of #C08038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08038

Black with #C08038

Text Example


Text Example

White with #C08038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08038; }

 p { color: rgb(192,128,56); }

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

background-color css

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

 a { background-color: rgb(192,128,56); }

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

border-color css

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

 span { border-color: rgb(192,128,56); }

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