Html Css Color HEX #CAC350 Confetti

📋 copy color: '#CAC350'

red 202 ◦ green 195 ◦ blue 80

#CAC350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #CAC350

Tints of Confetti #CAC350

RGB

 RED value IS 202 (79.3% from 255) = 42.35%

 GREEN value IS 195 (76.56% from 255) = 40.88%

 BLUE value IS 80 (31.64% from 255) = 16.77%

R = 42.35%
G = 40.88%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CAC350 (or 0xCAC350) is known color: Confetti. HEX triplet: CA, C3 and 50. RGB value is (202,195,80). Sum of RGB (Red+Green+Blue) = 202+195+80=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC350 is #353CAF. Grayscale: #B8B8B8. Windows color (decimal): -3488944 or 5293002. OLE color: 5293002.

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

Color convert

RGB 202 195 80 -
CMYK 0 0.03 0.60 0.21
HSL 56.56º 0.54% 0.55% -
HSV(B) 56.56º 0.6% 0.79% -
XYZ 45.32 52.17 15.27 -
YUV 183.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 202 195 80 0 0.03 0.60 0.21 56.56 0.54 0.55
Hex CA C3 50 0 3 3C 15 39 36 37
Octal 312 303 120 0 3 74 25 71 66 67
Binary 11001010 11000011 1010000 0 11 111100 10101 111001 110110 110111

Color Harmonies of #CAC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC350

Black with #CAC350

Text Example


Text Example

White with #CAC350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC350; }

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

 H1.HeaderClassName
 {
   color: #CAC350;
 }
 .AnyTagClassName
 {
   color: #CAC350;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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