Html Css Color HEX #C48773 Brandy Rose

📋 copy color: '#C48773'

red 196 ◦ green 135 ◦ blue 115

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

Shades of Brandy Rose #C48773

Tints of Brandy Rose #C48773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.27%

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

R = 43.95%
G = 30.27%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C48773 (or 0xC48773) is known color: Brandy Rose. HEX triplet: C4, 87 and 73. RGB value is (196,135,115). Sum of RGB (Red+Green+Blue) = 196+135+115=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C48773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48773 is #3B788C. Grayscale: #979797. Windows color (decimal): -3897485 or 7571396. OLE color: 7571396.

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

Color convert

RGB 196 135 115 -
CMYK 0 0.31 0.41 0.23
HSL 14.81º 0.41% 0.61% -
HSV(B) 14.81º 0.41% 0.77% -
XYZ 34.52 30.3 20.25 -
YUV 150.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 196 135 115 0 0.31 0.41 0.23 14.81 0.41 0.61
Hex C4 87 73 0 1F 29 17 F 29 3D
Octal 304 207 163 0 37 51 27 17 51 75
Binary 11000100 10000111 1110011 0 11111 101001 10111 1111 101001 111101

Color Harmonies of #C48773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48773

Black with #C48773

Text Example


Text Example

White with #C48773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48773; }

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

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

background-color css

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

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

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

border-color css

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

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

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