Html Css Color HEX #C18C78 Brandy Rose

📋 copy color: '#C18C78'

red 193 ◦ green 140 ◦ blue 120

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

Shades of Brandy Rose #C18C78

Tints of Brandy Rose #C18C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.91%

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

R = 42.6%
G = 30.91%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C18C78 (or 0xC18C78) is known color: Brandy Rose. HEX triplet: C1, 8C and 78. RGB value is (193,140,120). Sum of RGB (Red+Green+Blue) = 193+140+120=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18C78 is #3E7387. Grayscale: #999999. Windows color (decimal): -4092808 or 7900353. OLE color: 7900353.

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

Color convert

RGB 193 140 120 -
CMYK 0 0.27 0.38 0.24
HSL 16.44º 0.37% 0.61% -
HSV(B) 16.44º 0.38% 0.76% -
XYZ 34.76 31.45 22.01 -
YUV 153.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 193 140 120 0 0.27 0.38 0.24 16.44 0.37 0.61
Hex C1 8C 78 0 1B 26 18 10 25 3D
Octal 301 214 170 0 33 46 30 20 45 75
Binary 11000001 10001100 1111000 0 11011 100110 11000 10000 100101 111101

Color Harmonies of #C18C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C78

Black with #C18C78

Text Example


Text Example

White with #C18C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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