Html Css Color HEX #CEC04C Confetti

📋 copy color: '#CEC04C'

red 206 ◦ green 192 ◦ blue 76

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

Shades of Confetti #CEC04C

Tints of Confetti #CEC04C

RGB

 RED value IS 206 (80.86% from 255) = 43.46%

 GREEN value IS 192 (75.39% from 255) = 40.51%

 BLUE value IS 76 (30.08% from 255) = 16.03%

R = 43.46%
G = 40.51%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CEC04C (or 0xCEC04C) is known color: Confetti. HEX triplet: CE, C0 and 4C. RGB value is (206,192,76). Sum of RGB (Red+Green+Blue) = 206+192+76=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC04C is #313FB3. Grayscale: #B7B7B7. Windows color (decimal): -3227572 or 5030094. OLE color: 5030094.

HSL color Cylindrical-coordinate representation of color #CEC04C: hue angle of 53.54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEC04C is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 192 76 -
CMYK 0 0.07 0.63 0.19
HSL 53.54º 0.57% 0.55% -
HSV(B) 53.54º 0.63% 0.81% -
XYZ 45.61 51.34 14.34 -
YUV 182.96 67.64 144.43 -
System Red Green Blue C M Y K H S L
Decimal 206 192 76 0 0.07 0.63 0.19 53.54 0.57 0.55
Hex CE C0 4C 0 7 3F 13 36 39 37
Octal 316 300 114 0 7 77 23 66 71 67
Binary 11001110 11000000 1001100 0 111 111111 10011 110110 111001 110111

Color Harmonies of #CEC04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC04C

Black with #CEC04C

Text Example


Text Example

White with #CEC04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC04C; }

 p { color: rgb(206,192,76); }

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

background-color css

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

 a { background-color: rgb(206,192,76); }

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

border-color css

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

 span { border-color: rgb(206,192,76); }

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