Html Css Color HEX #C0844B Brandy Punch

📋 copy color: '#C0844B'

red 192 ◦ green 132 ◦ blue 75

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

Shades of Brandy Punch #C0844B

Tints of Brandy Punch #C0844B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.08%

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

R = 48.12%
G = 33.08%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0844B (or 0xC0844B) is known color: Brandy Punch. HEX triplet: C0, 84 and 4B. RGB value is (192,132,75). Sum of RGB (Red+Green+Blue) = 192+132+75=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0844B is #3F7BB4. Grayscale: #8F8F8F. Windows color (decimal): -4160437 or 4949184. OLE color: 4949184.

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

Color convert

RGB 192 132 75 -
CMYK 0 0.31 0.61 0.25
HSL 29.23º 0.48% 0.52% -
HSV(B) 29.23º 0.61% 0.75% -
XYZ 31.26 28.22 10.46 -
YUV 143.44 89.38 162.63 -
System Red Green Blue C M Y K H S L
Decimal 192 132 75 0 0.31 0.61 0.25 29.23 0.48 0.52
Hex C0 84 4B 0 1F 3D 19 1D 30 34
Octal 300 204 113 0 37 75 31 35 60 64
Binary 11000000 10000100 1001011 0 11111 111101 11001 11101 110000 110100

Color Harmonies of #C0844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0844B

Black with #C0844B

Text Example


Text Example

White with #C0844B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0844B; }

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

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

background-color css

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

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

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

border-color css

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

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

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