Html Css Color HEX #C07C4B Brandy Punch

📋 copy color: '#C07C4B'

red 192 ◦ green 124 ◦ blue 75

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

Shades of Brandy Punch #C07C4B

Tints of Brandy Punch #C07C4B

RGB

 RED value IS 192 (75.39% from 255) = 49.1%

 GREEN value IS 124 (48.83% from 255) = 31.71%

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

R = 49.1%
G = 31.71%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C07C4B (or 0xC07C4B) is known color: Brandy Punch. HEX triplet: C0, 7C and 4B. RGB value is (192,124,75). Sum of RGB (Red+Green+Blue) = 192+124+75=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C4B is #3F83B4. Grayscale: #8B8B8B. Windows color (decimal): -4162485 or 4947136. OLE color: 4947136.

HSL color Cylindrical-coordinate representation of color #C07C4B: hue angle of 25.13º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C07C4B is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 124 75 -
CMYK 0 0.35 0.61 0.25
HSL 25.13º 0.48% 0.52% -
HSV(B) 25.13º 0.61% 0.75% -
XYZ 30.22 26.13 10.11 -
YUV 138.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 192 124 75 0 0.35 0.61 0.25 25.13 0.48 0.52
Hex C0 7C 4B 0 23 3D 19 19 30 34
Octal 300 174 113 0 43 75 31 31 60 64
Binary 11000000 1111100 1001011 0 100011 111101 11001 11001 110000 110100

Color Harmonies of #C07C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C4B

Black with #C07C4B

Text Example


Text Example

White with #C07C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C4B; }

 p { color: rgb(192,124,75); }

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

background-color css

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

 a { background-color: rgb(192,124,75); }

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

border-color css

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

 span { border-color: rgb(192,124,75); }

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