Shades of Sulu #CBDC8C
Tints of Sulu #CBDC8C
RGB
CMYK
RGB Variations
Color information
#CBDC8C (or 0xCBDC8C) is known color: Sulu. HEX triplet: CB, DC and 8C. RGB value is (203,220,140). Sum of RGB (Red+Green+Blue) = 203+220+140=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDC8C is #342373. Grayscale: #CECECE. Windows color (decimal): -3416948 or 9231563. OLE color: 9231563.
HSL color Cylindrical-coordinate representation of color #CBDC8C: hue angle of 72.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBDC8C is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 140 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.14 |
| HSL | 72.75º | 0.53% | 0.71% | - |
| HSV(B) | 72.75º | 0.36% | 0.86% | - |
| XYZ | 54.96 | 65.78 | 34.61 | - |
| YUV | 205.8 | 90.87 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 140 | 0.08 | 0 | 0.36 | 0.14 | 72.75 | 0.53 | 0.71 |
| Hex | CB | DC | 8C | 8 | 0 | 24 | E | 49 | 35 | 47 |
| Octal | 313 | 334 | 214 | 10 | 0 | 44 | 16 | 111 | 65 | 107 |
| Binary | 11001011 | 11011100 | 10001100 | 1000 | 0 | 100100 | 1110 | 1001001 | 110101 | 1000111 |
Color Harmonies of #CBDC8C
Complementary color
Monochromatic Colors of #CBDC8C
Black with #CBDC8C
Text Example
Text Example
White with #CBDC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC8C; }
p { color: rgb(203,220,140); }
H1.HeaderClassName
{
color: #CBDC8C;
}
.AnyTagClassName
{
color: #CBDC8C;
}
</style>
background-color css
<style>
a { background-color: #CBDC8C; }
a { background-color: rgb(203,220,140); }
div.DivClassName
{
background-color: #CBDC8C;
}
.BgClassName
{
background-color: #CBDC8C;
}
</style>
border-color css
<style>
span { border-color: #CBDC8C; }
span { border-color: rgb(203,220,140); }
td.TdClassName
{
border-color: #CBDC8C;
}
.TagClassName
{
border-color: #CBDC8C;
}
</style>