Html Css Color HEX #C0876E Brandy Rose

📋 copy color: '#C0876E'

red 192 ◦ green 135 ◦ blue 110

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

Shades of Brandy Rose #C0876E

Tints of Brandy Rose #C0876E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.89%

 BLUE value IS 110 (43.36% from 255) = 25.17%

R = 43.94%
G = 30.89%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0876E (or 0xC0876E) is known color: Brandy Rose. HEX triplet: C0, 87 and 6E. RGB value is (192,135,110). Sum of RGB (Red+Green+Blue) = 192+135+110=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0876E is #3F7891. Grayscale: #959595. Windows color (decimal): -4159634 or 7243712. OLE color: 7243712.

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

Color convert

RGB 192 135 110 -
CMYK 0 0.30 0.43 0.25
HSL 18.29º 0.39% 0.59% -
HSV(B) 18.29º 0.43% 0.75% -
XYZ 33.22 29.66 18.73 -
YUV 149.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 192 135 110 0 0.30 0.43 0.25 18.29 0.39 0.59
Hex C0 87 6E 0 1E 2B 19 12 27 3B
Octal 300 207 156 0 36 53 31 22 47 73
Binary 11000000 10000111 1101110 0 11110 101011 11001 10010 100111 111011

Color Harmonies of #C0876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0876E

Black with #C0876E

Text Example


Text Example

White with #C0876E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0876E; }

 p { color: rgb(192,135,110); }

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

background-color css

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

 a { background-color: rgb(192,135,110); }

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

border-color css

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

 span { border-color: rgb(192,135,110); }

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