Html Css Color HEX #C0854C Brandy Punch

📋 copy color: '#C0854C'

red 192 ◦ green 133 ◦ blue 76

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

Shades of Brandy Punch #C0854C

Tints of Brandy Punch #C0854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

 BLUE value IS 76 (30.08% from 255) = 18.95%

R = 47.88%
G = 33.17%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0854C (or 0xC0854C) is known color: Brandy Punch. HEX triplet: C0, 85 and 4C. RGB value is (192,133,76). Sum of RGB (Red+Green+Blue) = 192+133+76=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0854C is #3F7AB3. Grayscale: #909090. Windows color (decimal): -4160180 or 5014976. OLE color: 5014976.

HSL color Cylindrical-coordinate representation of color #C0854C: hue angle of 29.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0854C is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 133 76 -
CMYK 0 0.31 0.60 0.25
HSL 29.48º 0.48% 0.53% -
HSV(B) 29.48º 0.6% 0.75% -
XYZ 31.43 28.5 10.68 -
YUV 144.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 192 133 76 0 0.31 0.60 0.25 29.48 0.48 0.53
Hex C0 85 4C 0 1F 3C 19 1D 30 35
Octal 300 205 114 0 37 74 31 35 60 65
Binary 11000000 10000101 1001100 0 11111 111100 11001 11101 110000 110101

Color Harmonies of #C0854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0854C

Black with #C0854C

Text Example


Text Example

White with #C0854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0854C; }

 p { color: rgb(192,133,76); }

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

background-color css

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

 a { background-color: rgb(192,133,76); }

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

border-color css

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

 span { border-color: rgb(192,133,76); }

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