Html Css Color HEX #C6897A Brandy Rose

📋 copy color: '#C6897A'

red 198 ◦ green 137 ◦ blue 122

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

Shades of Brandy Rose #C6897A

Tints of Brandy Rose #C6897A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.98%

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

R = 43.33%
G = 29.98%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6897A (or 0xC6897A) is known color: Brandy Rose. HEX triplet: C6, 89 and 7A. RGB value is (198,137,122). Sum of RGB (Red+Green+Blue) = 198+137+122=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C6897A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6897A is #397685. Grayscale: #999999. Windows color (decimal): -3765894 or 8030662. OLE color: 8030662.

HSL color Cylindrical-coordinate representation of color #C6897A: hue angle of 11.84º 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 #C6897A is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 137 122 -
CMYK 0 0.31 0.38 0.22
HSL 11.84º 0.4% 0.63% -
HSV(B) 11.84º 0.38% 0.78% -
XYZ 35.75 31.3 22.57 -
YUV 153.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 198 137 122 0 0.31 0.38 0.22 11.84 0.4 0.63
Hex C6 89 7A 0 1F 26 16 C 28 3F
Octal 306 211 172 0 37 46 26 14 50 77
Binary 11000110 10001001 1111010 0 11111 100110 10110 1100 101000 111111

Color Harmonies of #C6897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6897A

Black with #C6897A

Text Example


Text Example

White with #C6897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6897A; }

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

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

background-color css

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

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

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

border-color css

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

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

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