Html Css Color HEX #C18577 Brandy Rose

📋 copy color: '#C18577'

red 193 ◦ green 133 ◦ blue 119

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

Shades of Brandy Rose #C18577

Tints of Brandy Rose #C18577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.89%

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

R = 43.37%
G = 29.89%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C18577 (or 0xC18577) is known color: Brandy Rose. HEX triplet: C1, 85 and 77. RGB value is (193,133,119). Sum of RGB (Red+Green+Blue) = 193+133+119=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C18577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18577 is #3E7A88. Grayscale: #959595. Windows color (decimal): -4094601 or 7833025. OLE color: 7833025.

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

Color convert

RGB 193 133 119 -
CMYK 0 0.31 0.38 0.24
HSL 11.35º 0.37% 0.61% -
HSV(B) 11.35º 0.38% 0.76% -
XYZ 33.71 29.44 21.36 -
YUV 149.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 193 133 119 0 0.31 0.38 0.24 11.35 0.37 0.61
Hex C1 85 77 0 1F 26 18 B 25 3D
Octal 301 205 167 0 37 46 30 13 45 75
Binary 11000001 10000101 1110111 0 11111 100110 11000 1011 100101 111101

Color Harmonies of #C18577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18577

Black with #C18577

Text Example


Text Example

White with #C18577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18577; }

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

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

background-color css

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

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

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

border-color css

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

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

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