#CBC851

Color #CBC851 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #CBC851

Tints of Confetti #CBC851

Color information

#CBC851 (or 0xCBC851) is unknown color: approx Confetti. HEX triplet: CB, C8 and 51. RGB value is (203,200,81). Sum of RGB (Red+Green+Blue) = 203+200+81=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC851 is #3437AE. Grayscale: #BBBBBB. Windows color (decimal): -3422127 or 5359819. OLE color: 5359819.

HSL color Cylindrical-coordinate representation of color #CBC851: hue angle of 58.52º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBC851 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB20320081-
CMYK00.010.600.20
HSL58.52º53.98%55.69%-
HSV(B)58.52º60.1%79.61%-
XYZ46.7754.615.86-
YUV187.3367.99139.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 200 (78.52% from 255) = 41.32%
BLUE value IS 81 (32.03% from 255) = 16.74%
R=41.94%
G=41.32%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032008100.010.600.2058.5253.9855.69
HexCBC851013C143b3638
Octal313310121017424736670
Binary110010111100100010100010111110010100111011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC851; }

 p { color: rgb(203,200,81); }

 H1.HeaderClassName
 {
   color: #CBC851;
 }
 .AnyTagClassName
 {
   color: #CBC851;
 }
</style>
background-color css

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

 a { background-color: rgb(203,200,81); }

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

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

 span { border-color: rgb(203,200,81); }

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