Html Css Color HEX #CECD52 Confetti

📋 copy color: '#CECD52'

red 206 ◦ green 205 ◦ blue 82

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

Shades of Confetti #CECD52

Tints of Confetti #CECD52

RGB

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

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

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

R = 41.78%
G = 41.58%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CECD52 (or 0xCECD52) is known color: Confetti. HEX triplet: CE, CD and 52. RGB value is (206,205,82). Sum of RGB (Red+Green+Blue) = 206+205+82=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD52 is #3132AD. Grayscale: #BFBFBF. Windows color (decimal): -3224238 or 5426638. OLE color: 5426638.

HSL color Cylindrical-coordinate representation of color #CECD52: hue angle of 59.52º 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 #CECD52 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 205 82 -
CMYK 0 0.00 0.60 0.19
HSL 59.52º 0.56% 0.56% -
HSV(B) 59.52º 0.6% 0.81% -
XYZ 48.81 57.39 16.49 -
YUV 191.28 66.33 138.5 -
System Red Green Blue C M Y K H S L
Decimal 206 205 82 0 0.00 0.60 0.19 59.52 0.56 0.56
Hex CE CD 52 0 0 3C 13 3C 38 38
Octal 316 315 122 0 0 74 23 74 70 70
Binary 11001110 11001101 1010010 0 0 111100 10011 111100 111000 111000

Color Harmonies of #CECD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECD52

Black with #CECD52

Text Example


Text Example

White with #CECD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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