Html Css Color HEX #C0834B Brandy Punch

📋 copy color: '#C0834B'

red 192 ◦ green 131 ◦ blue 75

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

Shades of Brandy Punch #C0834B

Tints of Brandy Punch #C0834B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.84%

R = 48.24%
G = 32.91%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0834B (or 0xC0834B) is known color: Brandy Punch. HEX triplet: C0, 83 and 4B. RGB value is (192,131,75). Sum of RGB (Red+Green+Blue) = 192+131+75=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0834B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0834B is #3F7CB4. Grayscale: #8F8F8F. Windows color (decimal): -4160693 or 4948928. OLE color: 4948928.

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

Color convert

RGB 192 131 75 -
CMYK 0 0.32 0.61 0.25
HSL 28.72º 0.48% 0.52% -
HSV(B) 28.72º 0.61% 0.75% -
XYZ 31.12 27.95 10.41 -
YUV 142.86 89.71 163.05 -
System Red Green Blue C M Y K H S L
Decimal 192 131 75 0 0.32 0.61 0.25 28.72 0.48 0.52
Hex C0 83 4B 0 20 3D 19 1D 30 34
Octal 300 203 113 0 40 75 31 35 60 64
Binary 11000000 10000011 1001011 0 100000 111101 11001 11101 110000 110100

Color Harmonies of #C0834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0834B

Black with #C0834B

Text Example


Text Example

White with #C0834B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0834B; }

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

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

background-color css

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

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

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

border-color css

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

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

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