Html Css Color HEX #C0866F Brandy Rose

📋 copy color: '#C0866F'

red 192 ◦ green 134 ◦ blue 111

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

Shades of Brandy Rose #C0866F

Tints of Brandy Rose #C0866F

RGB

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

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

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

R = 43.94%
G = 30.66%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0866F (or 0xC0866F) is known color: Brandy Rose. HEX triplet: C0, 86 and 6F. RGB value is (192,134,111). Sum of RGB (Red+Green+Blue) = 192+134+111=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0866F is #3F7990. Grayscale: #949494. Windows color (decimal): -4159889 or 7308992. OLE color: 7308992.

HSL color Cylindrical-coordinate representation of color #C0866F: hue angle of 17.04º 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 #C0866F is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 111 -
CMYK 0 0.30 0.42 0.25
HSL 17.04º 0.39% 0.59% -
HSV(B) 17.04º 0.42% 0.75% -
XYZ 33.13 29.4 18.97 -
YUV 148.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 192 134 111 0 0.30 0.42 0.25 17.04 0.39 0.59
Hex C0 86 6F 0 1E 2A 19 11 27 3B
Octal 300 206 157 0 36 52 31 21 47 73
Binary 11000000 10000110 1101111 0 11110 101010 11001 10001 100111 111011

Color Harmonies of #C0866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0866F

Black with #C0866F

Text Example


Text Example

White with #C0866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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