Html Css Color HEX #CECC52 Confetti

📋 copy color: '#CECC52'

red 206 ◦ green 204 ◦ blue 82

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

Shades of Confetti #CECC52

Tints of Confetti #CECC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.67%

R = 41.87%
G = 41.46%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CECC52 (or 0xCECC52) is known color: Confetti. HEX triplet: CE, CC and 52. RGB value is (206,204,82). Sum of RGB (Red+Green+Blue) = 206+204+82=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 82 (32.42% from 255 or 16.67% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC52 is #3133AD. Grayscale: #BFBFBF. Windows color (decimal): -3224494 or 5426382. OLE color: 5426382.

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

Color convert

RGB 206 204 82 -
CMYK 0 0.01 0.60 0.19
HSL 59.03º 0.56% 0.56% -
HSV(B) 59.03º 0.6% 0.81% -
XYZ 48.57 56.92 16.41 -
YUV 190.69 66.66 138.92 -
System Red Green Blue C M Y K H S L
Decimal 206 204 82 0 0.01 0.60 0.19 59.03 0.56 0.56
Hex CE CC 52 0 1 3C 13 3B 38 38
Octal 316 314 122 0 1 74 23 73 70 70
Binary 11001110 11001100 1010010 0 1 111100 10011 111011 111000 111000

Color Harmonies of #CECC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC52

Black with #CECC52

Text Example


Text Example

White with #CECC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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