#CFCB52

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

Shades of Confetti #CFCB52

Tints of Confetti #CFCB52

Color information

#CFCB52 (or 0xCFCB52) is unknown color: approx Confetti. HEX triplet: CF, CB and 52. RGB value is (207,203,82). Sum of RGB (Red+Green+Blue) = 207+203+82=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 82 (32.42% from 255 or 16.67% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB52 is #3034AD. Grayscale: #BEBEBE. Windows color (decimal): -3159214 or 5426127. OLE color: 5426127.

HSL color Cylindrical-coordinate representation of color #CFCB52: hue angle of 58.08º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFCB52 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB20720382-
CMYK00.020.600.19
HSL58.08º56.56%56.67%-
HSV(B)58.08º60.39%81.18%-
XYZ48.6156.5916.34-
YUV190.466.83139.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 203 (79.69% from 255) = 41.26%
BLUE value IS 82 (32.42% from 255) = 16.67%
R=42.07%
G=41.26%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072038200.020.600.1958.0856.5656.67
HexCFCB52023C133a3939
Octal317313122027423727171
Binary1100111111001011101001001011110010011111010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCB52; }

 p { color: rgb(207,203,82); }

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

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

 a { background-color: rgb(207,203,82); }

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

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

 span { border-color: rgb(207,203,82); }

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