Html Css Color HEX #C2854C Brandy Punch

📋 copy color: '#C2854C'

red 194 ◦ green 133 ◦ blue 76

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

Shades of Brandy Punch #C2854C

Tints of Brandy Punch #C2854C

RGB

 RED value IS 194 (76.17% from 255) = 48.14%

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

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

R = 48.14%
G = 33%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2854C (or 0xC2854C) is known color: Brandy Punch. HEX triplet: C2, 85 and 4C. RGB value is (194,133,76). Sum of RGB (Red+Green+Blue) = 194+133+76=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2854C is #3D7AB3. Grayscale: #919191. Windows color (decimal): -4029108 or 5014978. OLE color: 5014978.

HSL color Cylindrical-coordinate representation of color #C2854C: hue angle of 28.98º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2854C is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 76 -
CMYK 0 0.31 0.61 0.24
HSL 28.98º 0.49% 0.53% -
HSV(B) 28.98º 0.61% 0.76% -
XYZ 31.94 28.77 10.71 -
YUV 144.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 194 133 76 0 0.31 0.61 0.24 28.98 0.49 0.53
Hex C2 85 4C 0 1F 3D 18 1D 31 35
Octal 302 205 114 0 37 75 30 35 61 65
Binary 11000010 10000101 1001100 0 11111 111101 11000 11101 110001 110101

Color Harmonies of #C2854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2854C

Black with #C2854C

Text Example


Text Example

White with #C2854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2854C; }

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

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

background-color css

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

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

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

border-color css

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

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

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