Html Css Color HEX #CECA55 Confetti

📋 copy color: '#CECA55'

red 206 ◦ green 202 ◦ blue 85

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

Shades of Confetti #CECA55

Tints of Confetti #CECA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.24%

R = 41.78%
G = 40.97%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CECA55 (or 0xCECA55) is known color: Confetti. HEX triplet: CE, CA and 55. RGB value is (206,202,85). Sum of RGB (Red+Green+Blue) = 206+202+85=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA55 is #3135AA. Grayscale: #BEBEBE. Windows color (decimal): -3225003 or 5622478. OLE color: 5622478.

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

Color convert

RGB 206 202 85 -
CMYK 0 0.02 0.59 0.19
HSL 58.02º 0.55% 0.57% -
HSV(B) 58.02º 0.59% 0.81% -
XYZ 48.21 56.02 16.87 -
YUV 189.86 68.83 139.51 -
System Red Green Blue C M Y K H S L
Decimal 206 202 85 0 0.02 0.59 0.19 58.02 0.55 0.57
Hex CE CA 55 0 2 3B 13 3A 37 39
Octal 316 312 125 0 2 73 23 72 67 71
Binary 11001110 11001010 1010101 0 10 111011 10011 111010 110111 111001

Color Harmonies of #CECA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA55

Black with #CECA55

Text Example


Text Example

White with #CECA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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