#CAC351

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

Shades of Confetti #CAC351

Tints of Confetti #CAC351

Color information

#CAC351 (or 0xCAC351) is unknown color: approx Confetti. HEX triplet: CA, C3 and 51. RGB value is (202,195,81). Sum of RGB (Red+Green+Blue) = 202+195+81=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 81 (32.03% from 255 or 16.95% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC351 is #353CAE. Grayscale: #B8B8B8. Windows color (decimal): -3488943 or 5358538. OLE color: 5358538.

HSL color Cylindrical-coordinate representation of color #CAC351: hue angle of 56.53º degrees, saturation: 0.53, 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 #CAC351 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20219581-
CMYK00.030.600.21
HSL56.53º53.3%55.49%-
HSV(B)56.53º59.9%79.22%-
XYZ45.3652.1815.47-
YUV184.169.82140.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 195 (76.56% from 255) = 40.79%
BLUE value IS 81 (32.03% from 255) = 16.95%
R=42.26%
G=40.79%
B=16.95%

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
Decimal2021958100.030.600.2156.5353.355.49
HexCAC351033C15393537
Octal312303121037425716567
Binary1100101011000011101000101111110010101111001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC351; }

 p { color: rgb(202,195,81); }

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

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

 a { background-color: rgb(202,195,81); }

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

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

 span { border-color: rgb(202,195,81); }

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