Html Css Color HEX #CCCE50 Confetti

📋 copy color: '#CCCE50'

red 204 ◦ green 206 ◦ blue 80

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

Shades of Confetti #CCCE50

Tints of Confetti #CCCE50

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.04%

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

R = 41.63%
G = 42.04%
B = 16.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CCCE50 (or 0xCCCE50) is known color: Confetti. HEX triplet: CC, CE and 50. RGB value is (204,206,80). Sum of RGB (Red+Green+Blue) = 204+206+80=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE50 is #3331AF. Grayscale: #BFBFBF. Windows color (decimal): -3355056 or 5295820. OLE color: 5295820.

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

Color convert

RGB 204 206 80 -
CMYK 0.01 0 0.61 0.19
HSL 60.95º 0.56% 0.56% -
HSV(B) 60.95º 0.61% 0.81% -
XYZ 48.42 57.56 16.15 -
YUV 191.04 65.34 137.25 -
System Red Green Blue C M Y K H S L
Decimal 204 206 80 0.01 0 0.61 0.19 60.95 0.56 0.56
Hex CC CE 50 1 0 3D 13 3D 38 38
Octal 314 316 120 1 0 75 23 75 70 70
Binary 11001100 11001110 1010000 1 0 111101 10011 111101 111000 111000

Color Harmonies of #CCCE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE50

Black with #CCCE50

Text Example


Text Example

White with #CCCE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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