Html Css Color HEX #C18977 Brandy Rose

📋 copy color: '#C18977'

red 193 ◦ green 137 ◦ blue 119

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

Shades of Brandy Rose #C18977

Tints of Brandy Rose #C18977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.51%

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

R = 42.98%
G = 30.51%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C18977 (or 0xC18977) is known color: Brandy Rose. HEX triplet: C1, 89 and 77. RGB value is (193,137,119). Sum of RGB (Red+Green+Blue) = 193+137+119=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C18977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18977 is #3E7688. Grayscale: #979797. Windows color (decimal): -4093577 or 7834049. OLE color: 7834049.

HSL color Cylindrical-coordinate representation of color #C18977: hue angle of 14.59º 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 #C18977 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 137 119 -
CMYK 0 0.29 0.38 0.24
HSL 14.59º 0.37% 0.61% -
HSV(B) 14.59º 0.38% 0.76% -
XYZ 34.27 30.56 21.55 -
YUV 151.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 193 137 119 0 0.29 0.38 0.24 14.59 0.37 0.61
Hex C1 89 77 0 1D 26 18 F 25 3D
Octal 301 211 167 0 35 46 30 17 45 75
Binary 11000001 10001001 1110111 0 11101 100110 11000 1111 100101 111101

Color Harmonies of #C18977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18977

Black with #C18977

Text Example


Text Example

White with #C18977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18977; }

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

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

background-color css

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

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

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

border-color css

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

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

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