Html Css Color HEX #CFCD50 Confetti

📋 copy color: '#CFCD50'

red 207 ◦ green 205 ◦ blue 80

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

Shades of Confetti #CFCD50

Tints of Confetti #CFCD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.26%

R = 42.07%
G = 41.67%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CFCD50 (or 0xCFCD50) is known color: Confetti. HEX triplet: CF, CD and 50. RGB value is (207,205,80). Sum of RGB (Red+Green+Blue) = 207+205+80=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD50 is #3032AF. Grayscale: #BFBFBF. Windows color (decimal): -3158704 or 5295567. OLE color: 5295567.

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

Color convert

RGB 207 205 80 -
CMYK 0 0.01 0.61 0.19
HSL 59.06º 0.57% 0.56% -
HSV(B) 59.06º 0.61% 0.81% -
XYZ 49.01 57.51 16.11 -
YUV 191.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 207 205 80 0 0.01 0.61 0.19 59.06 0.57 0.56
Hex CF CD 50 0 1 3D 13 3B 39 38
Octal 317 315 120 0 1 75 23 73 71 70
Binary 11001111 11001101 1010000 0 1 111101 10011 111011 111001 111000

Color Harmonies of #CFCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCD50

Black with #CFCD50

Text Example


Text Example

White with #CFCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCD50; }

 p { color: rgb(207,205,80); }

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

background-color css

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

 a { background-color: rgb(207,205,80); }

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

border-color css

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

 span { border-color: rgb(207,205,80); }

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