Html Css Color HEX #C18B74 Brandy Rose

📋 copy color: '#C18B74'

red 193 ◦ green 139 ◦ blue 116

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

Shades of Brandy Rose #C18B74

Tints of Brandy Rose #C18B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.03%

 BLUE value IS 116 (45.7% from 255) = 25.89%

R = 43.08%
G = 31.03%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C18B74 (or 0xC18B74) is known color: Brandy Rose. HEX triplet: C1, 8B and 74. RGB value is (193,139,116). Sum of RGB (Red+Green+Blue) = 193+139+116=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18B74 is #3E748B. Grayscale: #989898. Windows color (decimal): -4093068 or 7637953. OLE color: 7637953.

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

Color convert

RGB 193 139 116 -
CMYK 0 0.28 0.40 0.24
HSL 17.92º 0.38% 0.61% -
HSV(B) 17.92º 0.4% 0.76% -
XYZ 34.38 31.06 20.71 -
YUV 152.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 193 139 116 0 0.28 0.40 0.24 17.92 0.38 0.61
Hex C1 8B 74 0 1C 28 18 12 26 3D
Octal 301 213 164 0 34 50 30 22 46 75
Binary 11000001 10001011 1110100 0 11100 101000 11000 10010 100110 111101

Color Harmonies of #C18B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18B74

Black with #C18B74

Text Example


Text Example

White with #C18B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18B74; }

 p { color: rgb(193,139,116); }

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

background-color css

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

 a { background-color: rgb(193,139,116); }

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

border-color css

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

 span { border-color: rgb(193,139,116); }

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