Html Css Color HEX #C48075 Brandy Rose

📋 copy color: '#C48075'

red 196 ◦ green 128 ◦ blue 117

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

Shades of Brandy Rose #C48075

Tints of Brandy Rose #C48075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 44.44%
G = 29.02%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C48075 (or 0xC48075) is known color: Brandy Rose. HEX triplet: C4, 80 and 75. RGB value is (196,128,117). Sum of RGB (Red+Green+Blue) = 196+128+117=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C48075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48075 is #3B7F8A. Grayscale: #939393. Windows color (decimal): -3899275 or 7700676. OLE color: 7700676.

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

Color convert

RGB 196 128 117 -
CMYK 0 0.35 0.40 0.23
HSL 8.35º 0.4% 0.61% -
HSV(B) 8.35º 0.4% 0.77% -
XYZ 33.7 28.46 20.55 -
YUV 147.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 196 128 117 0 0.35 0.40 0.23 8.35 0.4 0.61
Hex C4 80 75 0 23 28 17 8 28 3D
Octal 304 200 165 0 43 50 27 10 50 75
Binary 11000100 10000000 1110101 0 100011 101000 10111 1000 101000 111101

Color Harmonies of #C48075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48075

Black with #C48075

Text Example


Text Example

White with #C48075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48075; }

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

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

background-color css

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

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

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

border-color css

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

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

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