Html Css Color HEX #C4806F Brandy Rose

📋 copy color: '#C4806F'

red 196 ◦ green 128 ◦ blue 111

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

Shades of Brandy Rose #C4806F

Tints of Brandy Rose #C4806F

RGB

 RED value IS 196 (76.95% from 255) = 45.06%

 GREEN value IS 128 (50.39% from 255) = 29.43%

 BLUE value IS 111 (43.75% from 255) = 25.52%

R = 45.06%
G = 29.43%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4806F (or 0xC4806F) is known color: Brandy Rose. HEX triplet: C4, 80 and 6F. RGB value is (196,128,111). Sum of RGB (Red+Green+Blue) = 196+128+111=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4806F is #3B7F90. Grayscale: #929292. Windows color (decimal): -3899281 or 7307460. OLE color: 7307460.

HSL color Cylindrical-coordinate representation of color #C4806F: hue angle of 12º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4806F is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 111 -
CMYK 0 0.35 0.43 0.23
HSL 12º 0.42% 0.6% -
HSV(B) 12º 0.43% 0.77% -
XYZ 33.35 28.32 18.75 -
YUV 146.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 196 128 111 0 0.35 0.43 0.23 12 0.42 0.6
Hex C4 80 6F 0 23 2B 17 C 2A 3C
Octal 304 200 157 0 43 53 27 14 52 74
Binary 11000100 10000000 1101111 0 100011 101011 10111 1100 101010 111100

Color Harmonies of #C4806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4806F

Black with #C4806F

Text Example


Text Example

White with #C4806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4806F; }

 p { color: rgb(196,128,111); }

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

background-color css

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

 a { background-color: rgb(196,128,111); }

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

border-color css

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

 span { border-color: rgb(196,128,111); }

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