Html Css Color HEX #C18B7D Brandy Rose

📋 copy color: '#C18B7D'

red 193 ◦ green 139 ◦ blue 125

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

Shades of Brandy Rose #C18B7D

Tints of Brandy Rose #C18B7D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.42%

 BLUE value IS 125 (49.22% from 255) = 27.35%

R = 42.23%
G = 30.42%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C18B7D (or 0xC18B7D) is known color: Brandy Rose. HEX triplet: C1, 8B and 7D. RGB value is (193,139,125). Sum of RGB (Red+Green+Blue) = 193+139+125=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18B7D is #3E7482. Grayscale: #999999. Windows color (decimal): -4093059 or 8227777. OLE color: 8227777.

HSL color Cylindrical-coordinate representation of color #C18B7D: hue angle of 12.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C18B7D is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 139 125 -
CMYK 0 0.28 0.35 0.24
HSL 12.35º 0.35% 0.62% -
HSV(B) 12.35º 0.35% 0.76% -
XYZ 34.93 31.28 23.6 -
YUV 153.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 193 139 125 0 0.28 0.35 0.24 12.35 0.35 0.62
Hex C1 8B 7D 0 1C 23 18 C 23 3E
Octal 301 213 175 0 34 43 30 14 43 76
Binary 11000001 10001011 1111101 0 11100 100011 11000 1100 100011 111110

Color Harmonies of #C18B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18B7D

Black with #C18B7D

Text Example


Text Example

White with #C18B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18B7D; }

 p { color: rgb(193,139,125); }

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

background-color css

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

 a { background-color: rgb(193,139,125); }

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

border-color css

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

 span { border-color: rgb(193,139,125); }

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