Html Css Color HEX #C48370 Brandy Rose

📋 copy color: '#C48370'

red 196 ◦ green 131 ◦ blue 112

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

Shades of Brandy Rose #C48370

Tints of Brandy Rose #C48370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.84%

 BLUE value IS 112 (44.14% from 255) = 25.51%

R = 44.65%
G = 29.84%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C48370 (or 0xC48370) is known color: Brandy Rose. HEX triplet: C4, 83 and 70. RGB value is (196,131,112). Sum of RGB (Red+Green+Blue) = 196+131+112=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C48370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48370 is #3B7C8F. Grayscale: #949494. Windows color (decimal): -3898512 or 7373764. OLE color: 7373764.

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

Color convert

RGB 196 131 112 -
CMYK 0 0.33 0.43 0.23
HSL 13.57º 0.42% 0.6% -
HSV(B) 13.57º 0.43% 0.77% -
XYZ 33.81 29.14 19.17 -
YUV 148.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 196 131 112 0 0.33 0.43 0.23 13.57 0.42 0.6
Hex C4 83 70 0 21 2B 17 E 2A 3C
Octal 304 203 160 0 41 53 27 16 52 74
Binary 11000100 10000011 1110000 0 100001 101011 10111 1110 101010 111100

Color Harmonies of #C48370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48370

Black with #C48370

Text Example


Text Example

White with #C48370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48370; }

 p { color: rgb(196,131,112); }

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

background-color css

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

 a { background-color: rgb(196,131,112); }

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

border-color css

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

 span { border-color: rgb(196,131,112); }

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