Html Css Color HEX #C07A38 Brandy Punch

📋 copy color: '#C07A38'

red 192 ◦ green 122 ◦ blue 56

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

Shades of Brandy Punch #C07A38

Tints of Brandy Punch #C07A38

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.97%

 BLUE value IS 56 (22.27% from 255) = 15.14%

R = 51.89%
G = 32.97%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C07A38 (or 0xC07A38) is known color: Brandy Punch. HEX triplet: C0, 7A and 38. RGB value is (192,122,56). Sum of RGB (Red+Green+Blue) = 192+122+56=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A38 is #3F85C7. Grayscale: #878787. Windows color (decimal): -4163016 or 3701440. OLE color: 3701440.

HSL color Cylindrical-coordinate representation of color #C07A38: hue angle of 29.12º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C07A38 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 56 -
CMYK 0 0.36 0.71 0.25
HSL 29.12º 0.55% 0.49% -
HSV(B) 29.12º 0.71% 0.75% -
XYZ 29.41 25.41 7.1 -
YUV 135.41 83.19 168.37 -
System Red Green Blue C M Y K H S L
Decimal 192 122 56 0 0.36 0.71 0.25 29.12 0.55 0.49
Hex C0 7A 38 0 24 47 19 1D 37 31
Octal 300 172 70 0 44 107 31 35 67 61
Binary 11000000 1111010 111000 0 100100 1000111 11001 11101 110111 110001

Color Harmonies of #C07A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A38

Black with #C07A38

Text Example


Text Example

White with #C07A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A38; }

 p { color: rgb(192,122,56); }

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

background-color css

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

 a { background-color: rgb(192,122,56); }

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

border-color css

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

 span { border-color: rgb(192,122,56); }

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