Html Css Color HEX #C08349 Brandy Punch

📋 copy color: '#C08349'

red 192 ◦ green 131 ◦ blue 73

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

Shades of Brandy Punch #C08349

Tints of Brandy Punch #C08349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.43%

R = 48.48%
G = 33.08%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C08349 (or 0xC08349) is known color: Brandy Punch. HEX triplet: C0, 83 and 49. RGB value is (192,131,73). Sum of RGB (Red+Green+Blue) = 192+131+73=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C08349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08349 is #3F7CB6. Grayscale: #8E8E8E. Windows color (decimal): -4160695 or 4817856. OLE color: 4817856.

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

Color convert

RGB 192 131 73 -
CMYK 0 0.32 0.62 0.25
HSL 29.24º 0.49% 0.52% -
HSV(B) 29.24º 0.62% 0.75% -
XYZ 31.06 27.92 10.06 -
YUV 142.63 88.71 163.22 -
System Red Green Blue C M Y K H S L
Decimal 192 131 73 0 0.32 0.62 0.25 29.24 0.49 0.52
Hex C0 83 49 0 20 3E 19 1D 31 34
Octal 300 203 111 0 40 76 31 35 61 64
Binary 11000000 10000011 1001001 0 100000 111110 11001 11101 110001 110100

Color Harmonies of #C08349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08349

Black with #C08349

Text Example


Text Example

White with #C08349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08349; }

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

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

background-color css

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

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

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

border-color css

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

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

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