Html Css Color HEX #C38342 Brandy Punch

📋 copy color: '#C38342'

red 195 ◦ green 131 ◦ blue 66

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

Shades of Brandy Punch #C38342

Tints of Brandy Punch #C38342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.84%

R = 49.74%
G = 33.42%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C38342 (or 0xC38342) is known color: Brandy Punch. HEX triplet: C3, 83 and 42. RGB value is (195,131,66). Sum of RGB (Red+Green+Blue) = 195+131+66=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C38342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38342 is #3C7CBD. Grayscale: #8F8F8F. Windows color (decimal): -3964094 or 4359107. OLE color: 4359107.

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

Color convert

RGB 195 131 66 -
CMYK 0 0.33 0.66 0.24
HSL 30.23º 0.52% 0.51% -
HSV(B) 30.23º 0.66% 0.76% -
XYZ 31.61 28.23 8.94 -
YUV 142.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 195 131 66 0 0.33 0.66 0.24 30.23 0.52 0.51
Hex C3 83 42 0 21 42 18 1E 34 33
Octal 303 203 102 0 41 102 30 36 64 63
Binary 11000011 10000011 1000010 0 100001 1000010 11000 11110 110100 110011

Color Harmonies of #C38342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38342

Black with #C38342

Text Example


Text Example

White with #C38342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38342; }

 p { color: rgb(195,131,66); }

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

background-color css

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

 a { background-color: rgb(195,131,66); }

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

border-color css

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

 span { border-color: rgb(195,131,66); }

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