Html Css Color HEX #C18978 Brandy Rose

📋 copy color: '#C18978'

red 193 ◦ green 137 ◦ blue 120

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

Shades of Brandy Rose #C18978

Tints of Brandy Rose #C18978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.67%

R = 42.89%
G = 30.44%
B = 26.67%

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

#C18978 (or 0xC18978) is known color: Brandy Rose. HEX triplet: C1, 89 and 78. RGB value is (193,137,120). Sum of RGB (Red+Green+Blue) = 193+137+120=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C18978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18978 is #3E7687. Grayscale: #979797. Windows color (decimal): -4093576 or 7899585. OLE color: 7899585.

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

Color convert

RGB 193 137 120 -
CMYK 0 0.29 0.38 0.24
HSL 13.97º 0.37% 0.61% -
HSV(B) 13.97º 0.38% 0.76% -
XYZ 34.33 30.58 21.86 -
YUV 151.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 193 137 120 0 0.29 0.38 0.24 13.97 0.37 0.61
Hex C1 89 78 0 1D 26 18 E 25 3D
Octal 301 211 170 0 35 46 30 16 45 75
Binary 11000001 10001001 1111000 0 11101 100110 11000 1110 100101 111101

Color Harmonies of #C18978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18978

Black with #C18978

Text Example


Text Example

White with #C18978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18978; }

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

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

background-color css

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

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

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

border-color css

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

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

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