Html Css Color HEX #C0867A Brandy Rose

📋 copy color: '#C0867A'

red 192 ◦ green 134 ◦ blue 122

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

Shades of Brandy Rose #C0867A

Tints of Brandy Rose #C0867A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.23%

R = 42.86%
G = 29.91%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0867A (or 0xC0867A) is known color: Brandy Rose. HEX triplet: C0, 86 and 7A. RGB value is (192,134,122). Sum of RGB (Red+Green+Blue) = 192+134+122=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0867A is #3F7985. Grayscale: #969696. Windows color (decimal): -4159878 or 8029888. OLE color: 8029888.

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

Color convert

RGB 192 134 122 -
CMYK 0 0.30 0.36 0.25
HSL 10.29º 0.36% 0.62% -
HSV(B) 10.29º 0.36% 0.75% -
XYZ 33.78 29.66 22.36 -
YUV 149.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 192 134 122 0 0.30 0.36 0.25 10.29 0.36 0.62
Hex C0 86 7A 0 1E 24 19 A 24 3E
Octal 300 206 172 0 36 44 31 12 44 76
Binary 11000000 10000110 1111010 0 11110 100100 11001 1010 100100 111110

Color Harmonies of #C0867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0867A

Black with #C0867A

Text Example


Text Example

White with #C0867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0867A; }

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

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

background-color css

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

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

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

border-color css

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

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

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