Html Css Color HEX #C08348 Brandy Punch

📋 copy color: '#C08348'

red 192 ◦ green 131 ◦ blue 72

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

Shades of Brandy Punch #C08348

Tints of Brandy Punch #C08348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 48.61%
G = 33.16%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C08348 (or 0xC08348) is known color: Brandy Punch. HEX triplet: C0, 83 and 48. RGB value is (192,131,72). Sum of RGB (Red+Green+Blue) = 192+131+72=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C08348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08348 is #3F7CB7. Grayscale: #8E8E8E. Windows color (decimal): -4160696 or 4752320. OLE color: 4752320.

HSL color Cylindrical-coordinate representation of color #C08348: hue angle of 29.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C08348 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 72 -
CMYK 0 0.32 0.63 0.25
HSL 29.5º 0.49% 0.52% -
HSV(B) 29.5º 0.63% 0.75% -
XYZ 31.02 27.91 9.88 -
YUV 142.51 88.21 163.3 -
System Red Green Blue C M Y K H S L
Decimal 192 131 72 0 0.32 0.63 0.25 29.5 0.49 0.52
Hex C0 83 48 0 20 3F 19 1E 31 34
Octal 300 203 110 0 40 77 31 36 61 64
Binary 11000000 10000011 1001000 0 100000 111111 11001 11110 110001 110100

Color Harmonies of #C08348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08348

Black with #C08348

Text Example


Text Example

White with #C08348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08348; }

 p { color: rgb(192,131,72); }

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

background-color css

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

 a { background-color: rgb(192,131,72); }

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

border-color css

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

 span { border-color: rgb(192,131,72); }

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