Html Css Color HEX #C18370 Brandy Rose

📋 copy color: '#C18370'

red 193 ◦ green 131 ◦ blue 112

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

Shades of Brandy Rose #C18370

Tints of Brandy Rose #C18370

RGB

 RED value IS 193 (75.78% from 255) = 44.27%

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

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

R = 44.27%
G = 30.05%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C18370 (or 0xC18370) is known color: Brandy Rose. HEX triplet: C1, 83 and 70. RGB value is (193,131,112). Sum of RGB (Red+Green+Blue) = 193+131+112=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C18370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18370 is #3E7C8F. Grayscale: #939393. Windows color (decimal): -4095120 or 7373761. OLE color: 7373761.

HSL color Cylindrical-coordinate representation of color #C18370: hue angle of 14.07º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C18370 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 131 112 -
CMYK 0 0.32 0.42 0.24
HSL 14.07º 0.4% 0.6% -
HSV(B) 14.07º 0.42% 0.76% -
XYZ 33.03 28.74 19.14 -
YUV 147.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 193 131 112 0 0.32 0.42 0.24 14.07 0.4 0.6
Hex C1 83 70 0 20 2A 18 E 28 3C
Octal 301 203 160 0 40 52 30 16 50 74
Binary 11000001 10000011 1110000 0 100000 101010 11000 1110 101000 111100

Color Harmonies of #C18370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18370

Black with #C18370

Text Example


Text Example

White with #C18370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18370; }

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

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

background-color css

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

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

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

border-color css

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

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

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