Html Css Color HEX #C38244 Brandy Punch

📋 copy color: '#C38244'

red 195 ◦ green 130 ◦ blue 68

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

Shades of Brandy Punch #C38244

Tints of Brandy Punch #C38244

RGB

 RED value IS 195 (76.56% from 255) = 49.62%

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

 BLUE value IS 68 (26.95% from 255) = 17.3%

R = 49.62%
G = 33.08%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C38244 (or 0xC38244) is known color: Brandy Punch. HEX triplet: C3, 82 and 44. RGB value is (195,130,68). Sum of RGB (Red+Green+Blue) = 195+130+68=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C38244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38244 is #3C7DBB. Grayscale: #8E8E8E. Windows color (decimal): -3964348 or 4489923. OLE color: 4489923.

HSL color Cylindrical-coordinate representation of color #C38244: hue angle of 29.29º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C38244 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 130 68 -
CMYK 0 0.33 0.65 0.24
HSL 29.29º 0.51% 0.52% -
HSV(B) 29.29º 0.65% 0.76% -
XYZ 31.53 27.98 9.21 -
YUV 142.37 86.03 165.54 -
System Red Green Blue C M Y K H S L
Decimal 195 130 68 0 0.33 0.65 0.24 29.29 0.51 0.52
Hex C3 82 44 0 21 41 18 1D 33 34
Octal 303 202 104 0 41 101 30 35 63 64
Binary 11000011 10000010 1000100 0 100001 1000001 11000 11101 110011 110100

Color Harmonies of #C38244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38244

Black with #C38244

Text Example


Text Example

White with #C38244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38244; }

 p { color: rgb(195,130,68); }

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

background-color css

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

 a { background-color: rgb(195,130,68); }

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

border-color css

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

 span { border-color: rgb(195,130,68); }

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