Html Css Color HEX #C38441 Brandy Punch

📋 copy color: '#C38441'

red 195 ◦ green 132 ◦ blue 65

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

Shades of Brandy Punch #C38441

Tints of Brandy Punch #C38441

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.67%

 BLUE value IS 65 (25.78% from 255) = 16.58%

R = 49.74%
G = 33.67%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C38441 (or 0xC38441) is known color: Brandy Punch. HEX triplet: C3, 84 and 41. RGB value is (195,132,65). Sum of RGB (Red+Green+Blue) = 195+132+65=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C38441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38441 is #3C7BBE. Grayscale: #8F8F8F. Windows color (decimal): -3963839 or 4293827. OLE color: 4293827.

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

Color convert

RGB 195 132 65 -
CMYK 0 0.32 0.67 0.24
HSL 30.92º 0.52% 0.51% -
HSV(B) 30.92º 0.67% 0.76% -
XYZ 31.71 28.49 8.83 -
YUV 143.2 83.87 164.95 -
System Red Green Blue C M Y K H S L
Decimal 195 132 65 0 0.32 0.67 0.24 30.92 0.52 0.51
Hex C3 84 41 0 20 43 18 1F 34 33
Octal 303 204 101 0 40 103 30 37 64 63
Binary 11000011 10000100 1000001 0 100000 1000011 11000 11111 110100 110011

Color Harmonies of #C38441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38441

Black with #C38441

Text Example


Text Example

White with #C38441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38441; }

 p { color: rgb(195,132,65); }

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

background-color css

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

 a { background-color: rgb(195,132,65); }

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

border-color css

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

 span { border-color: rgb(195,132,65); }

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