#CFC450

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

Shades of Confetti #CFC450

Tints of Confetti #CFC450

Color information

#CFC450 (or 0xCFC450) is unknown color: approx Confetti. HEX triplet: CF, C4 and 50. RGB value is (207,196,80). Sum of RGB (Red+Green+Blue) = 207+196+80=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC450 is #303BAF. Grayscale: #BABABA. Windows color (decimal): -3161008 or 5293263. OLE color: 5293263.

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

Color convert

RGB20719680-
CMYK00.050.610.19
HSL54.8º56.95%56.27%-
HSV(B)54.8º61.35%81.18%-
XYZ46.9253.3215.41-
YUV186.0668.14142.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.86%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 80 (31.64% from 255) = 16.56%
R=42.86%
G=40.58%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071968000.050.610.1954.856.9556.27
HexCFC450053D13373938
Octal317304120057523677170
Binary11001111110001001010000010111110110011110111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC450; }

 p { color: rgb(207,196,80); }

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

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

 a { background-color: rgb(207,196,80); }

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

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

 span { border-color: rgb(207,196,80); }

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