Html Css Color HEX #C37B4B Brandy Punch

📋 copy color: '#C37B4B'

red 195 ◦ green 123 ◦ blue 75

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

Shades of Brandy Punch #C37B4B

Tints of Brandy Punch #C37B4B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.3%

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 49.62%
G = 31.3%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C37B4B (or 0xC37B4B) is known color: Brandy Punch. HEX triplet: C3, 7B and 4B. RGB value is (195,123,75). Sum of RGB (Red+Green+Blue) = 195+123+75=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B4B is #3C84B4. Grayscale: #8B8B8B. Windows color (decimal): -3966133 or 4946883. OLE color: 4946883.

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

Color convert

RGB 195 123 75 -
CMYK 0 0.37 0.62 0.24
HSL 24º 0.5% 0.53% -
HSV(B) 24º 0.62% 0.76% -
XYZ 30.86 26.28 10.1 -
YUV 139.06 91.85 167.9 -
System Red Green Blue C M Y K H S L
Decimal 195 123 75 0 0.37 0.62 0.24 24 0.5 0.53
Hex C3 7B 4B 0 25 3E 18 18 32 35
Octal 303 173 113 0 45 76 30 30 62 65
Binary 11000011 1111011 1001011 0 100101 111110 11000 11000 110010 110101

Color Harmonies of #C37B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B4B

Black with #C37B4B

Text Example


Text Example

White with #C37B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B4B; }

 p { color: rgb(195,123,75); }

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

background-color css

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

 a { background-color: rgb(195,123,75); }

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

border-color css

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

 span { border-color: rgb(195,123,75); }

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