Html Css Color HEX #C18877 Brandy Rose

📋 copy color: '#C18877'

red 193 ◦ green 136 ◦ blue 119

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

Shades of Brandy Rose #C18877

Tints of Brandy Rose #C18877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.36%

 BLUE value IS 119 (46.88% from 255) = 26.56%

R = 43.08%
G = 30.36%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C18877 (or 0xC18877) is known color: Brandy Rose. HEX triplet: C1, 88 and 77. RGB value is (193,136,119). Sum of RGB (Red+Green+Blue) = 193+136+119=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C18877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18877 is #3E7788. Grayscale: #979797. Windows color (decimal): -4093833 or 7833793. OLE color: 7833793.

HSL color Cylindrical-coordinate representation of color #C18877: hue angle of 13.78º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C18877 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 136 119 -
CMYK 0 0.30 0.38 0.24
HSL 13.78º 0.37% 0.61% -
HSV(B) 13.78º 0.38% 0.76% -
XYZ 34.13 30.28 21.5 -
YUV 151.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 193 136 119 0 0.30 0.38 0.24 13.78 0.37 0.61
Hex C1 88 77 0 1E 26 18 E 25 3D
Octal 301 210 167 0 36 46 30 16 45 75
Binary 11000001 10001000 1110111 0 11110 100110 11000 1110 100101 111101

Color Harmonies of #C18877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18877

Black with #C18877

Text Example


Text Example

White with #C18877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18877; }

 p { color: rgb(193,136,119); }

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

background-color css

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

 a { background-color: rgb(193,136,119); }

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

border-color css

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

 span { border-color: rgb(193,136,119); }

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