Html Css Color HEX #C07B4B Brandy Punch

📋 copy color: '#C07B4B'

red 192 ◦ green 123 ◦ blue 75

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

Shades of Brandy Punch #C07B4B

Tints of Brandy Punch #C07B4B

RGB

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

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

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

R = 49.23%
G = 31.54%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C07B4B (or 0xC07B4B) is known color: Brandy Punch. HEX triplet: C0, 7B and 4B. RGB value is (192,123,75). Sum of RGB (Red+Green+Blue) = 192+123+75=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B4B is #3F84B4. Grayscale: #8A8A8A. Windows color (decimal): -4162741 or 4946880. OLE color: 4946880.

HSL color Cylindrical-coordinate representation of color #C07B4B: hue angle of 24.62º 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 #C07B4B is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 123 75 -
CMYK 0 0.36 0.61 0.25
HSL 24.62º 0.48% 0.52% -
HSV(B) 24.62º 0.61% 0.75% -
XYZ 30.09 25.88 10.07 -
YUV 138.16 92.36 166.4 -
System Red Green Blue C M Y K H S L
Decimal 192 123 75 0 0.36 0.61 0.25 24.62 0.48 0.52
Hex C0 7B 4B 0 24 3D 19 19 30 34
Octal 300 173 113 0 44 75 31 31 60 64
Binary 11000000 1111011 1001011 0 100100 111101 11001 11001 110000 110100

Color Harmonies of #C07B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B4B

Black with #C07B4B

Text Example


Text Example

White with #C07B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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