Html Css Color HEX #C18970 Brandy Rose

📋 copy color: '#C18970'

red 193 ◦ green 137 ◦ blue 112

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

Shades of Brandy Rose #C18970

Tints of Brandy Rose #C18970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31%

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 43.67%
G = 31%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C18970 (or 0xC18970) is known color: Brandy Rose. HEX triplet: C1, 89 and 70. RGB value is (193,137,112). Sum of RGB (Red+Green+Blue) = 193+137+112=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C18970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18970 is #3E768F. Grayscale: #979797. Windows color (decimal): -4093584 or 7375297. OLE color: 7375297.

HSL color Cylindrical-coordinate representation of color #C18970: hue angle of 18.52º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C18970 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 137 112 -
CMYK 0 0.29 0.42 0.24
HSL 18.52º 0.4% 0.6% -
HSV(B) 18.52º 0.42% 0.76% -
XYZ 33.86 30.4 19.41 -
YUV 150.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 193 137 112 0 0.29 0.42 0.24 18.52 0.4 0.6
Hex C1 89 70 0 1D 2A 18 13 28 3C
Octal 301 211 160 0 35 52 30 23 50 74
Binary 11000001 10001001 1110000 0 11101 101010 11000 10011 101000 111100

Color Harmonies of #C18970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18970

Black with #C18970

Text Example


Text Example

White with #C18970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18970; }

 p { color: rgb(193,137,112); }

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

background-color css

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

 a { background-color: rgb(193,137,112); }

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

border-color css

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

 span { border-color: rgb(193,137,112); }

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