Html Css Color HEX #CECA52 Confetti

📋 copy color: '#CECA52'

red 206 ◦ green 202 ◦ blue 82

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

Shades of Confetti #CECA52

Tints of Confetti #CECA52

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.22%

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

R = 42.04%
G = 41.22%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CECA52 (or 0xCECA52) is known color: Confetti. HEX triplet: CE, CA and 52. RGB value is (206,202,82). Sum of RGB (Red+Green+Blue) = 206+202+82=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA52 is #3135AD. Grayscale: #BEBEBE. Windows color (decimal): -3225006 or 5425870. OLE color: 5425870.

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

Color convert

RGB 206 202 82 -
CMYK 0 0.02 0.60 0.19
HSL 58.06º 0.56% 0.56% -
HSV(B) 58.06º 0.6% 0.81% -
XYZ 48.1 55.97 16.25 -
YUV 189.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 206 202 82 0 0.02 0.60 0.19 58.06 0.56 0.56
Hex CE CA 52 0 2 3C 13 3A 38 38
Octal 316 312 122 0 2 74 23 72 70 70
Binary 11001110 11001010 1010010 0 10 111100 10011 111010 111000 111000

Color Harmonies of #CECA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA52

Black with #CECA52

Text Example


Text Example

White with #CECA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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