Html Css Color HEX #C48073 Brandy Rose

📋 copy color: '#C48073'

red 196 ◦ green 128 ◦ blue 115

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

Shades of Brandy Rose #C48073

Tints of Brandy Rose #C48073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.2%

R = 44.65%
G = 29.16%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C48073 (or 0xC48073) is known color: Brandy Rose. HEX triplet: C4, 80 and 73. RGB value is (196,128,115). Sum of RGB (Red+Green+Blue) = 196+128+115=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C48073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48073 is #3B7F8C. Grayscale: #929292. Windows color (decimal): -3899277 or 7569604. OLE color: 7569604.

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

Color convert

RGB 196 128 115 -
CMYK 0 0.35 0.41 0.23
HSL 9.63º 0.41% 0.61% -
HSV(B) 9.63º 0.41% 0.77% -
XYZ 33.58 28.41 19.93 -
YUV 146.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 196 128 115 0 0.35 0.41 0.23 9.63 0.41 0.61
Hex C4 80 73 0 23 29 17 A 29 3D
Octal 304 200 163 0 43 51 27 12 51 75
Binary 11000100 10000000 1110011 0 100011 101001 10111 1010 101001 111101

Color Harmonies of #C48073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48073

Black with #C48073

Text Example


Text Example

White with #C48073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48073; }

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

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

background-color css

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

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

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

border-color css

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

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

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