Html Css Color HEX #CECF53 Confetti

📋 copy color: '#CECF53'

red 206 ◦ green 207 ◦ blue 83

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

Shades of Confetti #CECF53

Tints of Confetti #CECF53

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.73%

 BLUE value IS 83 (32.81% from 255) = 16.73%

R = 41.53%
G = 41.73%
B = 16.73%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CECF53 (or 0xCECF53) is known color: Confetti. HEX triplet: CE, CF and 53. RGB value is (206,207,83). Sum of RGB (Red+Green+Blue) = 206+207+83=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF53 is #3130AC. Grayscale: #C1C1C1. Windows color (decimal): -3223725 or 5492686. OLE color: 5492686.

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

Color convert

RGB 206 207 83 -
CMYK 0.00 0 0.60 0.19
HSL 60.48º 0.56% 0.57% -
HSV(B) 60.48º 0.6% 0.81% -
XYZ 49.33 58.37 16.85 -
YUV 192.57 66.17 137.58 -
System Red Green Blue C M Y K H S L
Decimal 206 207 83 0.00 0 0.60 0.19 60.48 0.56 0.57
Hex CE CF 53 0 0 3C 13 3C 38 39
Octal 316 317 123 0 0 74 23 74 70 71
Binary 11001110 11001111 1010011 0 0 111100 10011 111100 111000 111001

Color Harmonies of #CECF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECF53

Black with #CECF53

Text Example


Text Example

White with #CECF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECF53; }

 p { color: rgb(206,207,83); }

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

background-color css

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

 a { background-color: rgb(206,207,83); }

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

border-color css

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

 span { border-color: rgb(206,207,83); }

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