Html Css Color HEX #C6827A Brandy Rose

📋 copy color: '#C6827A'

red 198 ◦ green 130 ◦ blue 122

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

Shades of Brandy Rose #C6827A

Tints of Brandy Rose #C6827A

RGB

 RED value IS 198 (77.73% from 255) = 44%

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

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

R = 44%
G = 28.89%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6827A (or 0xC6827A) is known color: Brandy Rose. HEX triplet: C6, 82 and 7A. RGB value is (198,130,122). Sum of RGB (Red+Green+Blue) = 198+130+122=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6827A is #397D85. Grayscale: #959595. Windows color (decimal): -3767686 or 8028870. OLE color: 8028870.

HSL color Cylindrical-coordinate representation of color #C6827A: hue angle of 6.32º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6827A is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 122 -
CMYK 0 0.34 0.38 0.22
HSL 6.32º 0.4% 0.63% -
HSV(B) 6.32º 0.38% 0.78% -
XYZ 34.78 29.38 22.25 -
YUV 149.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 198 130 122 0 0.34 0.38 0.22 6.32 0.4 0.63
Hex C6 82 7A 0 22 26 16 6 28 3F
Octal 306 202 172 0 42 46 26 6 50 77
Binary 11000110 10000010 1111010 0 100010 100110 10110 110 101000 111111

Color Harmonies of #C6827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6827A

Black with #C6827A

Text Example


Text Example

White with #C6827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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