Html Css Color HEX #C18678 Brandy Rose

📋 copy color: '#C18678'

red 193 ◦ green 134 ◦ blue 120

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

Shades of Brandy Rose #C18678

Tints of Brandy Rose #C18678

RGB

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

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

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

R = 43.18%
G = 29.98%
B = 26.85%

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

#C18678 (or 0xC18678) is known color: Brandy Rose. HEX triplet: C1, 86 and 78. RGB value is (193,134,120). Sum of RGB (Red+Green+Blue) = 193+134+120=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C18678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18678 is #3E7987. Grayscale: #969696. Windows color (decimal): -4094344 or 7898817. OLE color: 7898817.

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

Color convert

RGB 193 134 120 -
CMYK 0 0.31 0.38 0.24
HSL 11.51º 0.37% 0.61% -
HSV(B) 11.51º 0.38% 0.76% -
XYZ 33.91 29.74 21.72 -
YUV 150.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 193 134 120 0 0.31 0.38 0.24 11.51 0.37 0.61
Hex C1 86 78 0 1F 26 18 C 25 3D
Octal 301 206 170 0 37 46 30 14 45 75
Binary 11000001 10000110 1111000 0 11111 100110 11000 1100 100101 111101

Color Harmonies of #C18678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18678

Black with #C18678

Text Example


Text Example

White with #C18678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18678; }

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

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

background-color css

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

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

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

border-color css

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

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

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