Html Css Color HEX #C0827A Brandy Rose

📋 copy color: '#C0827A'

red 192 ◦ green 130 ◦ blue 122

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

Shades of Brandy Rose #C0827A

Tints of Brandy Rose #C0827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.28%

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

R = 43.24%
G = 29.28%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0827A (or 0xC0827A) is known color: Brandy Rose. HEX triplet: C0, 82 and 7A. RGB value is (192,130,122). Sum of RGB (Red+Green+Blue) = 192+130+122=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0827A is #3F7D85. Grayscale: #939393. Windows color (decimal): -4160902 or 8028864. OLE color: 8028864.

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

Color convert

RGB 192 130 122 -
CMYK 0 0.32 0.36 0.25
HSL 6.86º 0.36% 0.62% -
HSV(B) 6.86º 0.36% 0.75% -
XYZ 33.23 28.58 22.18 -
YUV 147.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 192 130 122 0 0.32 0.36 0.25 6.86 0.36 0.62
Hex C0 82 7A 0 20 24 19 7 24 3E
Octal 300 202 172 0 40 44 31 7 44 76
Binary 11000000 10000010 1111010 0 100000 100100 11001 111 100100 111110

Color Harmonies of #C0827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0827A

Black with #C0827A

Text Example


Text Example

White with #C0827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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