Html Css Color HEX #CCCD50 Confetti

📋 copy color: '#CCCD50'

red 204 ◦ green 205 ◦ blue 80

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

Shades of Confetti #CCCD50

Tints of Confetti #CCCD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.92%

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

R = 41.72%
G = 41.92%
B = 16.36%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CCCD50 (or 0xCCCD50) is known color: Confetti. HEX triplet: CC, CD and 50. RGB value is (204,205,80). Sum of RGB (Red+Green+Blue) = 204+205+80=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD50 is #3332AF. Grayscale: #BEBEBE. Windows color (decimal): -3355312 or 5295564. OLE color: 5295564.

HSL color Cylindrical-coordinate representation of color #CCCD50: hue angle of 60.48º degrees, saturation: 0.56, 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 #CCCD50 is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 80 -
CMYK 0.00 0 0.61 0.20
HSL 60.48º 0.56% 0.56% -
HSV(B) 60.48º 0.61% 0.8% -
XYZ 48.18 57.08 16.07 -
YUV 190.45 65.67 137.66 -
System Red Green Blue C M Y K H S L
Decimal 204 205 80 0.00 0 0.61 0.20 60.48 0.56 0.56
Hex CC CD 50 0 0 3D 14 3C 38 38
Octal 314 315 120 0 0 75 24 74 70 70
Binary 11001100 11001101 1010000 0 0 111101 10100 111100 111000 111000

Color Harmonies of #CCCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD50

Black with #CCCD50

Text Example


Text Example

White with #CCCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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