Html Css Color HEX #CCCC50 Confetti

📋 copy color: '#CCCC50'

red 204 ◦ green 204 ◦ blue 80

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

Shades of Confetti #CCCC50

Tints of Confetti #CCCC50

RGB

 RED value IS 204 (80.08% from 255) = 41.8%

 GREEN value IS 204 (80.08% from 255) = 41.8%

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

R = 41.8%
G = 41.8%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCCC50 (or 0xCCCC50) is known color: Confetti. HEX triplet: CC, CC and 50. RGB value is (204,204,80). Sum of RGB (Red+Green+Blue) = 204+204+80=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC50 is #3333AF. Grayscale: #BEBEBE. Windows color (decimal): -3355568 or 5295308. OLE color: 5295308.

HSL color Cylindrical-coordinate representation of color #CCCC50: hue angle of 60º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCCC50 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 80 -
CMYK 0 0 0.61 0.2
HSL 60º 0.55% 0.56% -
HSV(B) 60º 0.61% 0.8% -
XYZ 47.94 56.6 15.99 -
YUV 189.86 66 138.08 -
System Red Green Blue C M Y K H S L
Decimal 204 204 80 0 0 0.61 0.2 60 0.55 0.56
Hex CC CC 50 0 0 3D 14 3C 37 38
Octal 314 314 120 0 0 75 24 74 67 70
Binary 11001100 11001100 1010000 0 0 111101 10100 111100 110111 111000

Color Harmonies of #CCCC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC50

Black with #CCCC50

Text Example


Text Example

White with #CCCC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC50; }

 p { color: rgb(204,204,80); }

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

background-color css

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

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

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

border-color css

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

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

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