Html Css Color HEX #C08243 Brandy Punch

📋 copy color: '#C08243'

red 192 ◦ green 130 ◦ blue 67

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

Shades of Brandy Punch #C08243

Tints of Brandy Punch #C08243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

 BLUE value IS 67 (26.56% from 255) = 17.22%

R = 49.36%
G = 33.42%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C08243 (or 0xC08243) is known color: Brandy Punch. HEX triplet: C0, 82 and 43. RGB value is (192,130,67). Sum of RGB (Red+Green+Blue) = 192+130+67=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C08243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08243 is #3F7DBC. Grayscale: #8D8D8D. Windows color (decimal): -4160957 or 4424384. OLE color: 4424384.

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

Color convert

RGB 192 130 67 -
CMYK 0 0.32 0.65 0.25
HSL 30.24º 0.5% 0.51% -
HSV(B) 30.24º 0.65% 0.75% -
XYZ 30.73 27.58 9.01 -
YUV 141.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 192 130 67 0 0.32 0.65 0.25 30.24 0.5 0.51
Hex C0 82 43 0 20 41 19 1E 32 33
Octal 300 202 103 0 40 101 31 36 62 63
Binary 11000000 10000010 1000011 0 100000 1000001 11001 11110 110010 110011

Color Harmonies of #C08243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08243

Black with #C08243

Text Example


Text Example

White with #C08243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08243; }

 p { color: rgb(192,130,67); }

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

background-color css

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

 a { background-color: rgb(192,130,67); }

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

border-color css

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

 span { border-color: rgb(192,130,67); }

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