Shades of Hopbush #C8678A
Tints of Hopbush #C8678A
RGB
CMYK
RGB Variations
Color information
#C8678A (or 0xC8678A) is known color: Hopbush. HEX triplet: C8, 67 and 8A. RGB value is (200,103,138). Sum of RGB (Red+Green+Blue) = 200+103+138=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8678A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8678A is #379875. Grayscale: #878787. Windows color (decimal): -3643510 or 9070536. OLE color: 9070536.
HSL color Cylindrical-coordinate representation of color #C8678A: hue angle of 338.35º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8678A is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 103 | 138 | - |
CMYK | 0 | 0.48 | 0.31 | 0.22 |
HSL | 338.35º | 0.47% | 0.59% | - |
HSV(B) | 338.35º | 0.49% | 0.78% | - |
XYZ | 33.26 | 23.81 | 26.89 | - |
YUV | 135.99 | 129.14 | 173.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 103 | 138 | 0 | 0.48 | 0.31 | 0.22 | 338.35 | 0.47 | 0.59 |
Hex | C8 | 67 | 8A | 0 | 30 | 1F | 16 | 152 | 2F | 3B |
Octal | 310 | 147 | 212 | 0 | 60 | 37 | 26 | 522 | 57 | 73 |
Binary | 11001000 | 1100111 | 10001010 | 0 | 110000 | 11111 | 10110 | 101010010 | 101111 | 111011 |
Color Harmonies of #C8678A
Complementary color
Monochromatic Colors of #C8678A
Black with #C8678A
Text Example
Text Example
White with #C8678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8678A; }
p { color: rgb(200,103,138); }
H1.HeaderClassName
{
color: #C8678A;
}
.AnyTagClassName
{
color: #C8678A;
}
</style>
background-color css
<style>
a { background-color: #C8678A; }
a { background-color: rgb(200,103,138); }
div.DivClassName
{
background-color: #C8678A;
}
.BgClassName
{
background-color: #C8678A;
}
</style>
border-color css
<style>
span { border-color: #C8678A; }
span { border-color: rgb(200,103,138); }
td.TdClassName
{
border-color: #C8678A;
}
.TagClassName
{
border-color: #C8678A;
}
</style>