Html Css Color HEX #C0896F Brandy Rose

📋 copy color: '#C0896F'

red 192 ◦ green 137 ◦ blue 111

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

Shades of Brandy Rose #C0896F

Tints of Brandy Rose #C0896F

RGB

 RED value IS 192 (75.39% from 255) = 43.64%

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

 BLUE value IS 111 (43.75% from 255) = 25.23%

R = 43.64%
G = 31.14%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0896F (or 0xC0896F) is known color: Brandy Rose. HEX triplet: C0, 89 and 6F. RGB value is (192,137,111). Sum of RGB (Red+Green+Blue) = 192+137+111=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C0896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0896F is #3F7690. Grayscale: #969696. Windows color (decimal): -4159121 or 7309760. OLE color: 7309760.

HSL color Cylindrical-coordinate representation of color #C0896F: hue angle of 19.26º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0896F is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 137 111 -
CMYK 0 0.29 0.42 0.25
HSL 19.26º 0.39% 0.59% -
HSV(B) 19.26º 0.42% 0.75% -
XYZ 33.55 30.25 19.11 -
YUV 150.48 105.72 157.61 -
System Red Green Blue C M Y K H S L
Decimal 192 137 111 0 0.29 0.42 0.25 19.26 0.39 0.59
Hex C0 89 6F 0 1D 2A 19 13 27 3B
Octal 300 211 157 0 35 52 31 23 47 73
Binary 11000000 10001001 1101111 0 11101 101010 11001 10011 100111 111011

Color Harmonies of #C0896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0896F

Black with #C0896F

Text Example


Text Example

White with #C0896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0896F; }

 p { color: rgb(192,137,111); }

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

background-color css

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

 a { background-color: rgb(192,137,111); }

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

border-color css

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

 span { border-color: rgb(192,137,111); }

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