Html Css Color HEX #C6807B Brandy Rose

📋 copy color: '#C6807B'

red 198 ◦ green 128 ◦ blue 123

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

Shades of Brandy Rose #C6807B

Tints of Brandy Rose #C6807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.51%

 BLUE value IS 123 (48.44% from 255) = 27.39%

R = 44.1%
G = 28.51%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6807B (or 0xC6807B) is known color: Brandy Rose. HEX triplet: C6, 80 and 7B. RGB value is (198,128,123). Sum of RGB (Red+Green+Blue) = 198+128+123=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6807B is #397F84. Grayscale: #949494. Windows color (decimal): -3768197 or 8093894. OLE color: 8093894.

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

Color convert

RGB 198 128 123 -
CMYK 0 0.35 0.38 0.22
HSL 0.4% 0.63% -
HSV(B) 0.38% 0.78% -
XYZ 34.58 28.87 22.49 -
YUV 148.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 198 128 123 0 0.35 0.38 0.22 4 0.4 0.63
Hex C6 80 7B 0 23 26 16 4 28 3F
Octal 306 200 173 0 43 46 26 4 50 77
Binary 11000110 10000000 1111011 0 100011 100110 10110 100 101000 111111

Color Harmonies of #C6807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6807B

Black with #C6807B

Text Example


Text Example

White with #C6807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6807B; }

 p { color: rgb(198,128,123); }

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

background-color css

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

 a { background-color: rgb(198,128,123); }

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

border-color css

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

 span { border-color: rgb(198,128,123); }

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