Html Css Color HEX #C18676 Brandy Rose

📋 copy color: '#C18676'

red 193 ◦ green 134 ◦ blue 118

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

Shades of Brandy Rose #C18676

Tints of Brandy Rose #C18676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.11%

 BLUE value IS 118 (46.48% from 255) = 26.52%

R = 43.37%
G = 30.11%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C18676 (or 0xC18676) is known color: Brandy Rose. HEX triplet: C1, 86 and 76. RGB value is (193,134,118). Sum of RGB (Red+Green+Blue) = 193+134+118=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C18676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18676 is #3E7989. Grayscale: #959595. Windows color (decimal): -4094346 or 7767745. OLE color: 7767745.

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

Color convert

RGB 193 134 118 -
CMYK 0 0.31 0.39 0.24
HSL 12.8º 0.38% 0.61% -
HSV(B) 12.8º 0.39% 0.76% -
XYZ 33.79 29.7 21.09 -
YUV 149.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 193 134 118 0 0.31 0.39 0.24 12.8 0.38 0.61
Hex C1 86 76 0 1F 27 18 D 26 3D
Octal 301 206 166 0 37 47 30 15 46 75
Binary 11000001 10000110 1110110 0 11111 100111 11000 1101 100110 111101

Color Harmonies of #C18676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18676

Black with #C18676

Text Example


Text Example

White with #C18676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18676; }

 p { color: rgb(193,134,118); }

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

background-color css

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

 a { background-color: rgb(193,134,118); }

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

border-color css

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

 span { border-color: rgb(193,134,118); }

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