Html Css Color HEX #C3773F Brandy Punch

📋 copy color: '#C3773F'

red 195 ◦ green 119 ◦ blue 63

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

Shades of Brandy Punch #C3773F

Tints of Brandy Punch #C3773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.56%

 BLUE value IS 63 (25% from 255) = 16.71%

R = 51.72%
G = 31.56%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3773F (or 0xC3773F) is known color: Brandy Punch. HEX triplet: C3, 77 and 3F. RGB value is (195,119,63). Sum of RGB (Red+Green+Blue) = 195+119+63=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C3773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3773F is #3C88C0. Grayscale: #878787. Windows color (decimal): -3967169 or 4159427. OLE color: 4159427.

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

Color convert

RGB 195 119 63 -
CMYK 0 0.39 0.68 0.24
HSL 25.45º 0.52% 0.51% -
HSV(B) 25.45º 0.68% 0.76% -
XYZ 30 25.15 7.98 -
YUV 135.34 87.18 170.55 -
System Red Green Blue C M Y K H S L
Decimal 195 119 63 0 0.39 0.68 0.24 25.45 0.52 0.51
Hex C3 77 3F 0 27 44 18 19 34 33
Octal 303 167 77 0 47 104 30 31 64 63
Binary 11000011 1110111 111111 0 100111 1000100 11000 11001 110100 110011

Color Harmonies of #C3773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3773F

Black with #C3773F

Text Example


Text Example

White with #C3773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3773F; }

 p { color: rgb(195,119,63); }

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

background-color css

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

 a { background-color: rgb(195,119,63); }

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

border-color css

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

 span { border-color: rgb(195,119,63); }

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