Html Css Color HEX #CFCE4E Confetti

📋 copy color: '#CFCE4E'

red 207 ◦ green 206 ◦ blue 78

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

Shades of Confetti #CFCE4E

Tints of Confetti #CFCE4E

RGB

 RED value IS 207 (81.25% from 255) = 42.16%

 GREEN value IS 206 (80.86% from 255) = 41.96%

 BLUE value IS 78 (30.86% from 255) = 15.89%

R = 42.16%
G = 41.96%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CFCE4E (or 0xCFCE4E) is known color: Confetti. HEX triplet: CF, CE and 4E. RGB value is (207,206,78). Sum of RGB (Red+Green+Blue) = 207+206+78=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE4E is #3031B1. Grayscale: #C0C0C0. Windows color (decimal): -3158450 or 5164751. OLE color: 5164751.

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

Color convert

RGB 207 206 78 -
CMYK 0 0.00 0.62 0.19
HSL 59.53º 0.57% 0.56% -
HSV(B) 59.53º 0.62% 0.81% -
XYZ 49.18 57.96 15.8 -
YUV 191.71 63.83 138.91 -
System Red Green Blue C M Y K H S L
Decimal 207 206 78 0 0.00 0.62 0.19 59.53 0.57 0.56
Hex CF CE 4E 0 0 3E 13 3C 39 38
Octal 317 316 116 0 0 76 23 74 71 70
Binary 11001111 11001110 1001110 0 0 111110 10011 111100 111001 111000

Color Harmonies of #CFCE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCE4E

Black with #CFCE4E

Text Example


Text Example

White with #CFCE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCE4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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