#CAC450

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

Shades of Confetti #CAC450

Tints of Confetti #CAC450

Color information

#CAC450 (or 0xCAC450) is unknown color: approx Confetti. HEX triplet: CA, C4 and 50. RGB value is (202,196,80). Sum of RGB (Red+Green+Blue) = 202+196+80=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC450 is #353BAF. Grayscale: #B9B9B9. Windows color (decimal): -3488688 or 5293258. OLE color: 5293258.

HSL color Cylindrical-coordinate representation of color #CAC450: hue angle of 57.05º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAC450 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20219680-
CMYK00.030.600.21
HSL57.05º53.51%55.29%-
HSV(B)57.05º60.4%79.22%-
XYZ45.5552.6215.34-
YUV184.5768.99140.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 196 (76.95% from 255) = 41.00%
BLUE value IS 80 (31.64% from 255) = 16.74%
R=42.26%
G=41.00%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021968000.030.600.2157.0553.5155.29
HexCAC450033C15393637
Octal312304120037425716667
Binary1100101011000100101000001111110010101111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC450; }

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

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

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

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

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

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

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

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